SOURCES: vixie-cron.crontab - from my experience: no cron should b...

glen glen at pld-linux.org
Thu Sep 29 19:30:05 CEST 2005


Author: glen                         Date: Thu Sep 29 17:30:05 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from my experience: no cron should be set to run between 03:00 and 04:00, as
  the DST changes could either skip or run twice the crons. change monthly cron to run at 04:02
- change daily cron to run at 05:02, i'm still up at 01:00 :), and slocate is killing my IO

---- Files affected:
SOURCES:
   vixie-cron.crontab (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/vixie-cron.crontab
diff -u SOURCES/vixie-cron.crontab:1.3 SOURCES/vixie-cron.crontab:1.4
--- SOURCES/vixie-cron.crontab:1.3	Tue Sep 19 17:25:25 2000
+++ SOURCES/vixie-cron.crontab	Thu Sep 29 19:30:00 2005
@@ -5,6 +5,6 @@
 
 # run-parts
 01 * * * *	root	/bin/run-parts /etc/cron.hourly
-02 1 * * *	root	/bin/run-parts /etc/cron.daily
+02 5 * * *	root	/bin/run-parts /etc/cron.daily
 02 2 * * 0	root	/bin/run-parts /etc/cron.weekly
-02 3 1 * *	root	/bin/run-parts /etc/cron.monthly
+02 4 1 * *	root	/bin/run-parts /etc/cron.monthly
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vixie-cron.crontab?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list