SOURCES: pdnsd.init - specifiy pid file

arekm arekm at pld-linux.org
Sat Jun 11 14:11:14 CEST 2005


Author: arekm                        Date: Sat Jun 11 12:11:13 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- specifiy pid file

---- Files affected:
SOURCES:
   pdnsd.init (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/pdnsd.init
diff -u SOURCES/pdnsd.init:1.13 SOURCES/pdnsd.init:1.14
--- SOURCES/pdnsd.init:1.13	Mon Jul  7 02:22:47 2003
+++ SOURCES/pdnsd.init	Sat Jun 11 14:11:07 2005
@@ -39,7 +39,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/pdns ]; then
 		msg_starting Pdns
-		daemon pdnsd --daemon $STATUS $DEBUG $VERBOSE
+		daemon pdnsd --daemon -p /var/run/pdnsd.pid $STATUS $DEBUG $VERBOSE
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/pdns
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pdnsd.init?r1=1.13&r2=1.14&f=u




More information about the pld-cvs-commit mailing list