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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to