blob: d3cceed7e8deaf352b5ba9f679f47eb12c5d31f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$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
|