summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/bcron/files/crontab')
-rw-r--r--sys-process/bcron/files/crontab13
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-process/bcron/files/crontab b/sys-process/bcron/files/crontab
index 8423cf3d3270..de3adac57a0d 100644
--- a/sys-process/bcron/files/crontab
+++ b/sys-process/bcron/files/crontab
@@ -1,8 +1,5 @@
# for bcron
-#
-# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/files/crontab,v 1.2 2007/08/26 20:03:07 bangert Exp $
-#
-#
+# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/files/crontab,v 1.3 2009/05/12 09:07:55 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