--- /etc/crontab 2008-11-12 16:46:04.000000000 +0100 +++ crontab 2010-01-15 13:58:55.000000000 +0100 @@ -9,9 +9,9 @@ # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly -25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) -47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) -52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) +25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report --regex='.*' /etc/cron.daily ) +47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report --regex='.*' /etc/cron.weekly ) +52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report --regex='.*' /etc/cron.monthly ) # --- /etc/anacrontab 2008-09-03 01:38:13.000000000 +0200 +++ anacrontab 2010-01-15 14:02:59.000000000 +0100 @@ -6,7 +6,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # These replace cron's entries -1 5 cron.daily nice run-parts --report /etc/cron.daily -7 10 cron.weekly nice run-parts --report /etc/cron.weekly -@monthly 15 cron.monthly nice run-parts --report /etc/cron.monthly +1 5 cron.daily nice run-parts --report --regex='.*' /etc/cron.daily +7 10 cron.weekly nice run-parts --report --regex='.*' /etc/cron.weekly +@monthly 15 cron.monthly nice run-parts --report --regex='.*' /etc/cron.monthly