Files
2013-09-26 17:14:40 +02:00

11 lines
352 B
Plaintext

$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