d7521f744d
Perhaps there's a changelog on the website, but I don't understand enough japanese for that :(
10 lines
311 B
Text
10 lines
311 B
Text
$NetBSD: patch-af,v 1.2 2001/03/20 13:54:31 wiz Exp $
|
|
|
|
--- utils/kill_mgl.sh.orig Sat Sep 9 12:01:06 2000
|
|
+++ utils/kill_mgl.sh Thu Mar 8 16:29:40 2001
|
|
@@ -1,4 +1,4 @@
|
|
-PID=`ps ax |grep mglsvr |grep -v grep |awk '{print $1}'`
|
|
+PID=`ps ax |grep mglsvrcons |grep -v grep |awk '{print $1}'`
|
|
|
|
kill -HUP $PID
|
|
|