[Initng-svn] r3003 - initng/initfiles/daemon

svn at initng.thinktux.net svn at initng.thinktux.net
Thu Feb 16 12:54:32 CET 2006


Author: jimmy
Date: Thu Feb 16 12:54:32 2006
New Revision: 3003

Modified:
   initng/initfiles/daemon/openvpn.ii
Log:
Noot sure, but may fix bug 445.


Modified: initng/initfiles/daemon/openvpn.ii
==============================================================================
--- initng/initfiles/daemon/openvpn.ii	(original)
+++ initng/initfiles/daemon/openvpn.ii	Thu Feb 16 12:54:32 2006
@@ -30,6 +30,7 @@
 		do
 			[ -e ${VPN}/local.conf ] && @/sbin/ngc@ --start daemon/openvpn/${VPN}
 		done
+		exit 0
 	};
 	script stop = {
 		cd /etc/openvpn
@@ -37,5 +38,6 @@
 		do
 			[ -e ${VPN}/local.conf ] && @/sbin/ngc@ --stop daemon/openvpn/${VPN}
 		done
+		exit 0
 	};
 }


More information about the Initng-svn mailing list