]> git.pld-linux.org Git - packages/exim.git/commitdiff
- use exim pidfile
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Sep 2005 06:19:49 +0000 (06:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.init -> 1.18

exim.init

index 4829920625575db89345ecab3b8009ef18adaae8..1c7e07c66d19f8fcab055a5c80253c7c9b67f64e 100644 (file)
--- a/exim.init
+++ b/exim.init
@@ -7,7 +7,7 @@
 #              that moves mail from one machine to another.
 # processname: exim
 # config:      /etc/exim.cf
-# pidfile:     /var/run/exim.pid
+# pidfile:     /var/spool/exim/exim-daemon.pid
 
 # Source function library.
 . /etc/rc.d/init.d/functions
@@ -59,7 +59,7 @@ case "$1" in
        # Stop daemons.
        if [ -f /var/lock/subsys/exim ]; then
                msg_stopping Exim
-               killproc exim
+               killproc --pidfile /var/spool/exim/exim-daemon.pid exim
                rm -f /var/lock/subsys/exim >/dev/null 2>&1
        else
                msg_not_running Exim
This page took 0.418167 seconds and 4 git commands to generate.