Public bug reported:

# diff -Nru /etc/init.d/zabbix-agent{,.new}
--- /etc/init.d/zabbix-agent    2011-04-18 12:01:50.091575253 +0200
+++ /etc/init.d/zabbix-agent.new        2011-04-18 11:43:22.731870472 +0200
@@ -42,7 +42,8 @@
        ;;
   stop)
     log_daemon_msg "Stopping $DESC" "$NAME"
-       start-stop-daemon --oknodo --stop --exec $DAEMON --retry $RETRY
+       start-stop-daemon --oknodo --stop --exec $DAEMON --retry $RETRY \
+         --pidfile $PID
     case "$?" in
         0) log_end_msg 0 ;;
         *) log_end_msg 1; exit 1 ;;

** Affects: zabbix (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/764449

Title:
  --pidfile missing in init-script

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to