d7521f744d
Perhaps there's a changelog on the website, but I don't understand enough japanese for that :(
10 lines
352 B
Text
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
|
|
|