Package: qpsmtpd
Severity: normal
Tags: patch

As subject - the initscript needs "--oknodo" on the stop call.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (60, 'testing'), (2, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-k7
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
--- /etc/init.d/qpsmtpd.orig    2005-12-09 07:55:08.000000000 +0000
+++ /etc/init.d/qpsmtpd 2006-06-17 14:43:18.000000000 +0100
@@ -46,7 +46,7 @@
        # seriously, however, --exec compares devices/inodes rather than
        # executable paths, so --exec will break every time the perl package
        # is upgraded (see Debian Bug#337942).  So, --exec isn't used at all.
-       start-stop-daemon --quiet --stop \
+       start-stop-daemon --quiet --stop --oknodo \
                --pidfile /var/run/qpsmtpd/qpsmtpd.pid \
                --user "$RUNAS"
 }

Reply via email to