r2241

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sat Apr 19 16:37:42 CEST 2008


Author: sonny_jim
Date: 2008-04-19 16:37:42 +0200 (Sat, 19 Apr 2008)
New Revision: 2241

Log:
Fix openvpn init scripts, typo

Modified: trunk/vendors/Nintendo/common/rc.d/openvpn
===================================================================
--- trunk/vendors/Nintendo/common/rc.d/openvpn	2008-04-19 14:34:59 UTC (rev 2240)
+++ trunk/vendors/Nintendo/common/rc.d/openvpn	2008-04-19 14:37:42 UTC (rev 2241)
@@ -8,7 +8,7 @@
 case "$1" in
 	start)
 		echo "Starting $DAEMON"
-		$DAEMON --config $CONFIG --writepid=/var/run/openvpn.pid&
+		$DAEMON --config $CONFIG --writepid /var/run/openvpn.pid&
 	;;
 	stop)
 		echo "Stopping $DAEMON"



More information about the dslinux-commit mailing list