SOURCES: openvpn.init - last log should have been: - fixed single...

glen glen at pld-linux.org
Fri Jul 1 01:36:56 CEST 2005


Author: glen                         Date: Thu Jun 30 23:36:56 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- last log should have been:
 - fixed single tunnel start/stop/restarting, using killproc, so procps (for ps) no longer needed

---- Files affected:
SOURCES:
   openvpn.init (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SOURCES/openvpn.init
diff -u SOURCES/openvpn.init:1.17 SOURCES/openvpn.init:1.18
--- SOURCES/openvpn.init:1.17	Fri Jul  1 01:35:12 2005
+++ SOURCES/openvpn.init	Fri Jul  1 01:36:51 2005
@@ -76,7 +76,7 @@
 			pidfile=/var/run/openvpn/$tun.pid
 			[ -f "$pidfile" ] || continue
 			pid=`cat "$pidfile"`
-			show "Stopping OpenVPN tunnel %s" "$tun" ; busy
+			show "Stopping OpenVPN tunnel %s" "$tun"; busy
 			killproc --pidfile openvpn/$tun.pid || err=1
 		done
 		rm -f /var/lock/subsys/openvpn >/dev/null 2>&1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/openvpn.init?r1=1.17&r2=1.18&f=u




More information about the pld-cvs-commit mailing list