--- openvpn.orig 2004-09-07 14:38:39.000000000 +0200 +++ openvpn 2004-09-07 14:28:19.000000000 +0200 @@ -23,7 +23,7 @@ do if [ -d $VPN ] && [ -e $VPN/local.conf ]; then ebegin "Starting openvpn for $VPN" - start-stop-daemon --start --pidfile /var/run/openvpn-$VPN.pid --startas /usr/sbin/openvpn -- --config $VPN/local.conf --writepid /var/run/openvpn-$VPN.pid --daemon --cd $VPNDIR/$VPN + start-stop-daemon --start --pidfile /var/run/openvpn-$VPN.pid --startas /usr/sbin/openvpn -- --config $VPNDIR/$VPN/local.conf --writepid /var/run/openvpn-$VPN.pid --daemon --cd $VPNDIR/$VPN eend $? else ewarn "Expected $VPNDIR/$VPN to be a directory containing a local.conf."