pkgsrc/graphics/mgl/patches/patch-af
wiz d7521f744d Update mgl to 0.2.0a, provided by the maintainer Hiroyuki Yanai in pkg/12409.
Perhaps there's a changelog on the website, but I don't understand
enough japanese for that :(
2001-03-20 13:54:31 +00:00

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