SOURCES: saslauthd.init - fixed PID file path

gotar gotar at pld-linux.org
Fri Dec 26 19:46:44 CET 2008


Author: gotar                        Date: Fri Dec 26 18:46:44 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed PID file path

---- Files affected:
SOURCES:
   saslauthd.init (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/saslauthd.init
diff -u SOURCES/saslauthd.init:1.8 SOURCES/saslauthd.init:1.9
--- SOURCES/saslauthd.init:1.8	Sat May 31 14:22:22 2008
+++ SOURCES/saslauthd.init	Fri Dec 26 19:46:39 2008
@@ -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 @@
 	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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/saslauthd.init?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list