]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- fixed PID file path
authorTomasz Pala <gotar@pld-linux.org>
Fri, 26 Dec 2008 18:46:39 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    saslauthd.init -> 1.9

saslauthd.init

index e3b0f4890639e605865b011b66c84a28a91b3d0c..264001627b7dfe8ef7deab5b32d05221aeec968d 100644 (file)
@@ -5,7 +5,7 @@
 # chkconfig:   2345 40 60
 # description: SASL AUTH Daemon
 # processname: saslauthd
-# pidfile:     /var/state/sasl/mux.pid
+# pidfile:     /var/lib/sasl2/saslauthd.pid
 
 # $Id$
 
@@ -38,7 +38,7 @@ stop() {
        if [ -f /var/lock/subsys/saslauthd ]; then
                msg_stopping saslauthd
                killproc saslauthd
-               rm -f /var/lock/subsys/saslauthd /var/run/saslauthd.pid >/dev/null 2>&1
+               rm -f /var/lock/subsys/saslauthd /var/lib/sasl2/saslauthd.pid >/dev/null 2>&1
        else
                msg_not_running saslauthd
        fi
This page took 0.083816 seconds and 4 git commands to generate.