pkgsrc/graphics/mgl/patches/patch-ah
hubertf 30b2686a9d MGL2 - Mobilegear Graphic Library Version 2 is the Graphic Library
and Window Manager toolkit for tiny machine.

Submitted in PR 11241 by Jun Ebihara <jun@soum.co.jp>
2000-11-01 16:25:09 +00:00

10 lines
360 B
Text

$NetBSD: patch-ah,v 1.1.1.1 2000/11/01 16:25:09 hubertf Exp $
--- utils/set_mgl.sh.orig Thu Aug 31 21:06:51 2000
+++ utils/set_mgl.sh Wed Nov 1 14:51:53 2000
@@ -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