--- nagios2.orig 2008-07-29 11:01:35.000000000 +0200 +++ nagios2 2008-07-29 11:05:32.000000000 +0200 @@ -177,7 +177,8 @@ # Check first if check_config; then if check_started; then - killproc -p "$THEPIDFILE" "$DAEMON" 1 + /sbin/start-stop-daemon --stop --signal 1 --pidfile "$THEPIDFILE" \ + --quiet "$DAEMON" else log_failure_msg "Not running." log_end_msg 7