SOURCES: daemontools.init - full path to daemon

glen glen at pld-linux.org
Sun Apr 27 02:21:43 CEST 2008


Author: glen                         Date: Sun Apr 27 00:21:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- full path to daemon

---- Files affected:
SOURCES:
   daemontools.init (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SOURCES/daemontools.init
diff -u SOURCES/daemontools.init:1.14 SOURCES/daemontools.init:1.15
--- SOURCES/daemontools.init:1.14	Thu Jan  5 22:42:13 2006
+++ SOURCES/daemontools.init	Sun Apr 27 02:21:37 2008
@@ -6,7 +6,7 @@
 #
 # description:	svscan (scan and run services) is a server part of the daemontools suite.
 #
-# id:		$Id$
+# $Id$
 #
 
 # Source function library
@@ -39,7 +39,7 @@
 		# we can't get status report from background job
 		# but we can only do simple file check
 		if [ -w $SVSCAN_DIR ]; then
-			daemon --fork svscan $SVSCAN_DIR
+			daemon --fork /usr/sbin/svscan $SVSCAN_DIR
 			RETVAL=$?
 		else
 			fail
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/daemontools.init?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list