SOURCES: fcron.crontab - sync with vixie-cron: revision 1.4 date: ...

glen glen at pld-linux.org
Thu Sep 29 19:42:03 CEST 2005


Author: glen                         Date: Thu Sep 29 17:42:03 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sync with vixie-cron:
revision 1.4
date: 2005/09/29 17:30:00;  author: glen;  state: Exp;  lines: +2 -2
- 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:
   fcron.crontab (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/fcron.crontab
diff -u SOURCES/fcron.crontab:1.4 SOURCES/fcron.crontab:1.5
--- SOURCES/fcron.crontab:1.4	Thu Sep 16 23:53:14 2004
+++ SOURCES/fcron.crontab	Thu Sep 29 19:41:58 2005
@@ -1,6 +1,6 @@
 #Any changes will be apply after restart crond
 # run-parts
 &nice(10),mailto(root) 01 * * * *	/bin/run-parts /etc/cron.hourly
-&nice(10),mailto(root) 02 1 * * *	/bin/run-parts /etc/cron.daily
+&nice(10),mailto(root) 02 5 * * *	/bin/run-parts /etc/cron.daily
 &nice(10),mailto(root) 02 2 * * 0	/bin/run-parts /etc/cron.weekly
-&nice(10),mailto(root) 02 3 1 * *	/bin/run-parts /etc/cron.monthly
+&nice(10),mailto(root) 02 4 1 * *	/bin/run-parts /etc/cron.monthly
================================================================

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




More information about the pld-cvs-commit mailing list