packages: hc-cron/hc-cron.init - make it work with FASTRC=yes

draenog draenog at pld-linux.org
Wed Feb 15 07:35:23 CET 2012


Author: draenog                      Date: Wed Feb 15 06:35:23 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make it work with FASTRC=yes

---- Files affected:
packages/hc-cron:
   hc-cron.init (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/hc-cron/hc-cron.init
diff -u packages/hc-cron/hc-cron.init:1.12 packages/hc-cron/hc-cron.init:1.13
--- packages/hc-cron/hc-cron.init:1.12	Thu Dec  8 02:02:49 2005
+++ packages/hc-cron/hc-cron.init	Wed Feb 15 07:35:18 2012
@@ -27,7 +27,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/crond ]; then
 		msg_starting Cron
-		daemon crond
+		daemon --redirfds crond
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/crond
 	else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hc-cron/hc-cron.init?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list