pkgsrc/graphics/mgl/patches/patch-ai
wiz d7521f744d Update mgl to 0.2.0a, provided by the maintainer Hiroyuki Yanai in pkg/12409.
Perhaps there's a changelog on the website, but I don't understand
enough japanese for that :(
2001-03-20 13:54:31 +00:00

11 lines
287 B
Text

$NetBSD: patch-ai,v 1.2 2001/03/20 13:54:31 wiz Exp $
--- utils/start.sh.orig Sun Dec 10 02:49:40 2000
+++ utils/start.sh Thu Mar 8 16:33:55 2001
@@ -3,5 +3,5 @@
MGL_DISPLAY=`basename $TTY`
export MGL_DISPLAY
-mglsvrx $1 < $TTY > $TTY &
+mglsvrcons $* < $TTY > $TTY &
mgterm -i &