pkgsrc/graphics/mgl/patches/patch-ah
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

10 lines
352 B
Text

$NetBSD: patch-ah,v 1.2 2001/03/20 13:54:31 wiz Exp $
--- utils/set_mgl.sh.orig Sat Sep 9 01:00:29 2000
+++ utils/set_mgl.sh Thu Mar 8 16:31:50 2001
@@ -1,4 +1,4 @@
-MGL_DISPLAY=`ps ax |grep emsvr |grep -v grep |awk '{print "tty" $2}'`
+MGL_DISPLAY=`ps ax |grep mglsvrcons |grep -v grep |awk '{print "tty" $2}'`
echo "MGL_DISPLAY="$MGL_DISPLAY