SOURCES: hc-cron.crontab - sync with vixie-cron: revision 1.4 date...
glen
glen at pld-linux.org
Thu Sep 29 19:34:49 CEST 2005
Author: glen Date: Thu Sep 29 17:34:49 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
revision 1.2
date: 2000/02/04 03:04:16; author: kloczek; state: Exp; lines: +5 -5
- SHELL=/bin/sh instead SHELL=/bin/bassh,
---- Files affected:
SOURCES:
hc-cron.crontab (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/hc-cron.crontab
diff -u SOURCES/hc-cron.crontab:1.2 SOURCES/hc-cron.crontab:1.3
--- SOURCES/hc-cron.crontab:1.2 Sun Sep 10 02:08:08 2000
+++ SOURCES/hc-cron.crontab Thu Sep 29 19:34:44 2005
@@ -1,10 +1,10 @@
-SHELL=/bin/bash
+SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
NICE=15
# 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/hc-cron.crontab?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list