martin f. krafft: Reschedule "mdadm Sunday" to 00:57 instead of 01:06

Martin F. Krafft madduck at alioth.debian.org
Fri Apr 11 13:11:33 UTC 2008


Module: mdadm
Branch: master
Commit: c4e2614cdab45a0688648363adbe28eb6f238f48
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git/?a=commit;h=c4e2614cdab45a0688648363adbe28eb6f238f48

Author: martin f. krafft <madduck at madduck.net>
Date:   Fri Apr 11 14:25:50 2008 +0200

Reschedule "mdadm Sunday" to 00:57 instead of 01:06

this prevents double invocation on DST change (closes: #449244).

---

 debian/changelog    |    2 ++
 debian/mdadm.cron.d |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 96372db..b42132f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ mdadm (2.6.4-2) unstable; urgency=low
     (closes: #474542).
   * Add doc-base registration file; thanks to Roberto C. Sanchez
     (closes: #451684).
+  * Reschedule "mdadm Sunday" to 00:57 instead of 01:06 to prevent double
+    invocation on DST change (closes: #449244).
 
  -- martin f. krafft <madduck at debian.org>  Fri, 11 Apr 2008 10:48:45 +0200
 
diff --git a/debian/mdadm.cron.d b/debian/mdadm.cron.d
index 0824dc6..f303420 100644
--- a/debian/mdadm.cron.d
+++ b/debian/mdadm.cron.d
@@ -7,8 +7,8 @@
 # $Id$
 #
 
-# By default, run at 01:06 on every Sunday, but do nothing unless the day of
+# By default, run at 00:57 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
+57 0 * * 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