SOURCES: socat.init - typo fixed, tnx glen

blues blues at pld-linux.org
Mon Feb 9 18:29:48 CET 2009


Author: blues                        Date: Mon Feb  9 17:29:48 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo fixed, tnx glen

---- Files affected:
SOURCES:
   socat.init (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/socat.init
diff -u SOURCES/socat.init:1.3 SOURCES/socat.init:1.4
--- SOURCES/socat.init:1.3	Thu Feb  5 21:23:42 2009
+++ SOURCES/socat.init	Mon Feb  9 18:29:42 2009
@@ -89,7 +89,7 @@
 			[ -f "$pidfile" ] || continue
 			pid=`cat "$pidfile"`
 			show "Stopping socat tunnel %s" "$tun"; busy
-			pkill -g pid && ok
+			pkill -g $pid && ok
 		done
 		rm -f /var/lock/subsys/socat >/dev/null 2>&1
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/socat.init?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list