SOURCES: vixie-cron.init - full path to daemons

glen glen at pld-linux.org
Sun Apr 27 02:17:08 CEST 2008


Author: glen                         Date: Sun Apr 27 00:17:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- full path to daemons

---- Files affected:
SOURCES:
   vixie-cron.init (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SOURCES/vixie-cron.init
diff -u SOURCES/vixie-cron.init:1.17 SOURCES/vixie-cron.init:1.18
--- SOURCES/vixie-cron.init:1.17	Sun Sep 17 19:03:05 2006
+++ SOURCES/vixie-cron.init	Sun Apr 27 02:17:02 2008
@@ -41,7 +41,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/crond ]; then
 		msg_starting "Vixie cron"
-		daemon crond </dev/null
+		daemon /usr/sbin/crond
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/crond
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/vixie-cron.init?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list