Magellan Linux

Annotation of /trunk/fcron/crontab

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 377 byte(s)
-import

1 niro 144 # /etc/crontab
2    
3     # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
4    
5     0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
6     1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily
7     15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
8     30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
9     */10 * * * * /bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons