--- anacrontab 2008-08-19 02:14:10.373026049 -0500 +++ anacrontab.new 2008-08-19 02:15:09.301024231 -0500 @@ -1,7 +1,7 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # format: period delay job-identifier command -1 5 cron.daily run-parts /etc/cron.daily -7 10 cron.weekly run-parts /etc/cron.weekly -30 15 cron.monthly run-parts /etc/cron.monthly +1 5 cron.daily /usr/sbin/run-crons || run-parts /etc/cron.daily +7 10 cron.weekly test -x /usr/sbin/run-crons || run-parts /etc/cron.weekly +30 15 cron.monthly test -x /usr/sbin/run-crons || run-parts /etc/cron.monthly