Bug#656835: cron: align /etc/cron.{daily, hourly, monthly, weekly} with @daily, @hourly, @monthly, @weekly

2013-01-28 Thread Christian Kujau
I believe this is done to not race with another periodic job. I.e. the jobs in /etc/cron.daily should not be executed at the same time as /etc/cron.weekly. See #23023 for a real-world example on this. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#656835: cron: align /etc/cron.{daily, hourly, monthly, weekly} with @daily, @hourly, @monthly, @weekly

2012-01-21 Thread Christoph Anton Mitterer
Package: cron Version: 3.0pl1-120 Severity: wishlist Hi. Currently the directories /etc/cron.{daily,hourly,monthly,weekly} are executed like this: 17 ** * * rootcd / run-parts --report /etc/cron.hourly 25 6* * * roottest -x /usr/sbin/anacron || ( cd / run-parts --report