martin f. krafft: Fixed init dependencies of mdadm daemon init.d script

Martin F. Krafft madduck at alioth.debian.org
Fri Nov 6 10:16:03 UTC 2009


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

Author: martin f. krafft <madduck at debian.org>
Date:   Wed Oct 28 16:31:57 2009 +0100

Fixed init dependencies of mdadm daemon init.d script

Credits: Petter Reinholdtsen <pere at hungry.com>
Debian-Bug: #541396
Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/changelog  |    2 ++
 debian/mdadm.init |    7 +++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4372bf..6b09ee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mdadm (3.0.3-2) unstable; urgency=low
 
   * Bumped Standards-Version to 3.8.3 without having to make changes.
+  * Fixed init dependencies of mdadm daemon init.d script; thanks Petter
+    Reinholdtsen (closes: #541396).
 
  -- martin f. krafft <madduck at debian.org>  Wed, 28 Oct 2009 08:34:43 +0100
 
diff --git a/debian/mdadm.init b/debian/mdadm.init
index 2635b36..ccc063d 100644
--- a/debian/mdadm.init
+++ b/debian/mdadm.init
@@ -3,14 +3,13 @@
 # Start the MD monitor daemon for all active MD arrays if desired.
 #
 # Copyright © 2001-2005 Mario Jou/3en <joussen at debian.org>
-# Copyright © 2005-2008 Martin F. Krafft <madduck at debian.org>
+# Copyright © 2005-2009 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
 ### BEGIN INIT INFO
 # Provides:          mdadm
-# Required-Start:    checkroot
-# Required-Stop:     umountroot
-# Should-Start:      module-init-tools
+# Required-Start:    $local_fs $syslog mdadm-raid
+# Required-Stop:     $local_fs $syslog mdadm-raid
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: MD monitoring daemon




More information about the pkg-mdadm-commits mailing list