Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
$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