diff options
Diffstat (limited to 'graphics/mgl/patches/patch-ae')
-rw-r--r-- | graphics/mgl/patches/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mgl/patches/patch-ae b/graphics/mgl/patches/patch-ae index 928dc49c520..0e875e0ed74 100644 --- a/graphics/mgl/patches/patch-ae +++ b/graphics/mgl/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.2 2001/03/20 13:54:31 wiz Exp $ +$NetBSD: patch-ae,v 1.3 2003/06/07 15:04:21 jmmv Exp $ --- utils/mglcons.sh.orig Sun Dec 10 02:49:40 2000 +++ utils/mglcons.sh Thu Mar 8 16:27:25 2001 @@ -7,7 +7,7 @@ $NetBSD: patch-ae,v 1.2 2001/03/20 13:54:31 wiz Exp $ # export PLATFORM=MC-R300 -/usr/pkg/sbin/mglsvrcons $1 < $TTY > $TTY & -+/usr/pkg/sbin/mglsvrcons $* < $TTY > $TTY & ++@PREFIX@/sbin/mglsvrcons $* < $TTY > $TTY & sleep 1 mgterm -i reset |