summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-05-12 09:21:58 +0000
committerThilo Bangert <bangert@gentoo.org>2009-05-12 09:21:58 +0000
commitdc7037e35fc1817973fe66dbf9bbb86f01cfe923 (patch)
tree746a0687f7d58e7758fd7f096957027ab30226fa /sys-process/vixie-cron/files
parentEAPI2fy (diff)
downloadhistorical-dc7037e35fc1817973fe66dbf9bbb86f01cfe923.tar.gz
historical-dc7037e35fc1817973fe66dbf9bbb86f01cfe923.tar.bz2
historical-dc7037e35fc1817973fe66dbf9bbb86f01cfe923.zip
reduce chance of race condition - bug #98189
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'sys-process/vixie-cron/files')
-rw-r--r--sys-process/vixie-cron/files/crontab-3.0.1-r413
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-process/vixie-cron/files/crontab-3.0.1-r4 b/sys-process/vixie-cron/files/crontab-3.0.1-r4
index 69e4357684bf..a38b89ef8169 100644
--- a/sys-process/vixie-cron/files/crontab-3.0.1-r4
+++ b/sys-process/vixie-cron/files/crontab-3.0.1-r4
@@ -1,8 +1,5 @@
# for vixie cron
-#
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab-3.0.1-r4,v 1.1 2005/03/04 23:59:48 ciaranm Exp $
-#
-#
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab-3.0.1-r4,v 1.2 2009/05/12 09:13:46 bangert Exp $
# Global variables
SHELL=/bin/bash
@@ -11,8 +8,8 @@ MAILTO=root
HOME=/
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
-1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
-15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
-30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
+59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
+9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
+19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
+29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons