SOURCES: dhcdbd.init - use full path to daemon

glen glen at pld-linux.org
Sun Apr 27 03:39:18 CEST 2008


Author: glen                         Date: Sun Apr 27 01:39:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use full path to daemon

---- Files affected:
SOURCES:
   dhcdbd.init (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/dhcdbd.init
diff -u SOURCES/dhcdbd.init:1.3 SOURCES/dhcdbd.init:1.4
--- SOURCES/dhcdbd.init:1.3	Thu Dec  8 02:02:49 2005
+++ SOURCES/dhcdbd.init	Sun Apr 27 03:39:12 2008
@@ -37,7 +37,7 @@
   	if [ -f /var/lock/subsys/messagebus ]; then
 		if [ ! -f /var/lock/subsys/dhcdbd ]; then
 			msg_starting dhcdbd
-			daemon dhcdbd --system
+			daemon /usr/sbin/dhcdbd --system
 			RETVAL=$?
 			[ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcdbd
 		else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dhcdbd.init?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list