Package: xl2tpd
Version: 1.2.7+dfsg-1
Tags: patcha

Howdy,

If xl2tpd isnt running and you issue the command

# /etc/init.d/xl2tpd restart

xl2tpd isnt started

debian policy states that restart should

  "stop and restart the service if it's already running, otherwise start the 
service"

http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit


in the restart section the file /etc/init.d/xl2tpd contains 

        start-stop-daemon --stop --quiet --pidfile \
                $PIDFILE --exec $DAEMON

this should be 

        start-stop-daemon --oknodo --stop --quiet --pidfile \
                $PIDFILE --exec $DAEMONa

otherwise the script will exit without starting that daemon because 
start-stop-daemon will return exit status 1 as there was no daemon to start

Regards

Stephen Marron





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to