2 # $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 $
6 PATH=/sbin:/bin:/usr/sbin:/usr/bin
10 # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
11 59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
12 9 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
13 19 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
14 29 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
15 */10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons