Bug#377071: frequency of cronjob

Sencer alisencer at gmail.com
Sun Aug 27 12:21:15 UTC 2006


Just a very minor thing.

/etc/cron.d/mdadm contains this:

# by default, run at 01:06 on the first Sunday of each month.
6 1 1-7 * 7 root [ -x /usr/share/mdadm/checkarray ] &&
/usr/share/mdadm/checkarray --cron --all --quiet

Description and actual cronjob don't match. The cron-job will be
executed daily on the 1st through 7th of the month, and additionally
every sunday. I think:

6 1 * * 7/4 root [ -x /usr/share/mdadm/checkarray ] &&
/usr/share/mdadm/checkarray --cron --all --quiet

would be closest to the described intention.


Regards

Sencer




More information about the pkg-mdadm-devel mailing list