Package: zabbix-agent

Version: 1:1.8.2-1squeeze2



script /etc/init.d/zabbix-agent stoping all zabbix_agentd processes on system with Linux Containers (LXC):

 - in host system
 - in all LXC containers


strings from /etc/init.d/zabbix-agent
...
  stop)
    log_daemon_msg "Stopping $DESC" "$NAME"
        start-stop-daemon --oknodo --stop --exec $DAEMON --retry $RETRY
    case "$?" in
        0) log_end_msg 0 ;;
        *) log_end_msg 1; exit 1 ;;
    esac
        ;;
...

please fix it
use pid-file

--
Vladimir Laskov




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to