--- a/www-servers/lighttpd/files/lighttpd.initd 2011-07-15 18:32:57.040848331 +0200 +++ b/www-servers/lighttpd/files/lighttpd.initd 2011-05-13 16:31:26.000000000 +0200 @@ -50,7 +50,7 @@ checkconfig || return 1 ebegin "Re-opening lighttpd log files" - start-stop-daemon --stop --oknodo --quiet --pidfile "${LIGHTTPD_PID}" \ + start-stop-daemon --quiet --pidfile "${LIGHTTPD_PID}" \ --signal HUP eend $? } @@ -63,7 +63,7 @@ checkconfig || return 1 ebegin "Gracefully stopping lighttpd" - start-stop-daemon --stop --oknodo --quiet --pidfile "${LIGHTTPD_PID}" \ + start-stop-daemon --quiet --pidfile "${LIGHTTPD_PID}" \ --signal INT if eend $? ; then rm -f "${LIGHTTPD_PID}"