--- aiccu 2009-03-18 12:34:43.000000000 +0100 +++ /etc/init.d/aiccu 2009-03-18 12:35:16.000000000 +0100 @@ -23,14 +23,14 @@ start() { checkconfig || return 1 ebegin "Starting aiccu" - start-stop-daemon --start --oknodo --quiet --exec /usr/sbin/aiccu -- start + start-stop-daemon --start --quiet --exec /usr/sbin/aiccu -- start eend $? } stop() { ebegin "Stopping aiccu" - start-stop-daemon --stop --oknodo --quiet --exec /usr/sbin/aiccu -- stop + start-stop-daemon --stop --pidfile /var/run/aiccu.pid --quiet --exec /usr/sbin/aiccu -- stop eend $? }