From 6471cb2a8e10112283b4ed131b4a51f4774c3d0e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 25 Jul 2006 18:34:34 +0200 Subject: [PATCH] Added --oknodo to start-stop-daemon. This fixes the upgrade failure reported by Michal Politowski. --- debian/collectd.init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2