From: Sebastian Harl Date: Tue, 25 Jul 2006 16:34:34 +0000 (+0200) Subject: Added --oknodo to start-stop-daemon. X-Git-Tag: collectd-3.10.1-3~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6471cb2a8e10112283b4ed131b4a51f4774c3d0e;p=pkg-collectd.git Added --oknodo to start-stop-daemon. This fixes the upgrade failure reported by Michal Politowski. --- diff --git a/debian/collectd.init.d b/debian/collectd.init.d index d88fa14..7c8ac29 100755 --- a/debian/collectd.init.d +++ b/debian/collectd.init.d @@ -83,7 +83,7 @@ d_start() { # Function that stops the daemon/service. # d_stop() { - start-stop-daemon --stop --quiet --exec $DAEMON + start-stop-daemon --stop --quiet --oknodo --exec $DAEMON } case "$1" in