r147 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 30 09:26:11 UTC 2006


Author: madduck
Date: 2006-08-30 09:26:11 +0000 (Wed, 30 Aug 2006)
New Revision: 147

Modified:
   mdadm/trunk/debian/mdadm.cron.d
Log:
typo

Modified: mdadm/trunk/debian/mdadm.cron.d
===================================================================
--- mdadm/trunk/debian/mdadm.cron.d	2006-08-29 06:25:55 UTC (rev 146)
+++ mdadm/trunk/debian/mdadm.cron.d	2006-08-30 09:26:11 UTC (rev 147)
@@ -7,8 +7,8 @@
 # $Id$
 #
 
-# By default, run at 01:06 on the every Sunday, but do nothing unless the day
-# of the month is less than or equal to 7. Thus, only run on the first Sunday
-# of each month. crontab(5) sucks, unfortunately, so therefore this hack
-# (see #380425).
+# By default, run at 01:06 on every Sunday, but do nothing unless the day of
+# the month is less than or equal to 7. Thus, only run on the first Sunday of
+# each month. crontab(5) sucks, unfortunately, in this regard; therefore this
+# hack (see #380425).
 6 1 * * 0 root [ -x /usr/share/mdadm/checkarray ] && [ $(date +\%d) -le 7 ] && /usr/share/mdadm/checkarray --cron --all --quiet




More information about the pkg-mdadm-commits mailing list