summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5043d33)
raw | patch | inline | side by side (parent: 5043d33)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 25 Jul 2006 16:34:34 +0000 (18:34 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 25 Jul 2006 16:34:34 +0000 (18:34 +0200) |
This fixes the upgrade failure reported by Michal Politowski.
debian/collectd.init.d | patch | blob | history |
diff --git a/debian/collectd.init.d b/debian/collectd.init.d
index d88fa149543cb95cf05224e435f2e9f8d4b18764..7c8ac291c50f28dab151b6120d88e76d96f09d9d 100755 (executable)
--- a/debian/collectd.init.d
+++ b/debian/collectd.init.d
# 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