Comment 16 for bug 252686

Revision history for this message
Thierry Carrez (ttx) wrote :

Here is a possible patch.

--- /etc/init.d/exim4.old 2009-01-30 14:16:55.000000000 +0100
+++ /etc/init.d/exim4 2009-01-30 14:19:37.000000000 +0100
@@ -139,7 +139,8 @@
 {
   case ${QUEUERUNNER} in
     combined|no|ppp)
- killproc -p "$PIDFILE" "$DAEMON" -HUP
+ /sbin/start-stop-daemon --stop --signal HUP --pidfile "$PIDFILE" \
+ --quiet "$DAEMON"
       log_progress_msg "exim4"
       ;;
     separate)