Package: sfs-server Version: 1:0.8-0+pre20060720.1-1 Severity: normal ... if it wasn't already installed and running, because the script pretends the pidfile is there for sure. Fix is (WFM), skip 'stop' if no pidfile:
echo -n "Restarting $DESC: "
- start-stop-daemon --stop --pidfile \
+ [ -f /var/run/$NAME.pid ] && start-stop-daemon --stop --pidfile \
--
paolo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

