martin f. krafft: Fix start/stop runlevels in header of mdadm monitor init. d script

Martin F. Krafft madduck at alioth.debian.org
Mon Feb 16 11:24:12 UTC 2009


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

Author: martin f. krafft <madduck at debian.org>
Date:   Fri Feb 13 16:04:32 2009 +0100

Fix start/stop runlevels in header of mdadm monitor init.d script

Debian bug: #514923

---

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

diff --git a/debian/changelog b/debian/changelog
index d0cb327..f576ca2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mdadm (2.6.7.2-2) unstable; urgency=low
+
+  * Fix start/stop runlevels in header of mdadm monitor init.d script
+    (closes: #514923)
+
+ -- martin f. krafft <madduck at debian.org>  Fri, 13 Feb 2009 16:03:40 +0100
+
 mdadm (2.6.7.2-1) unstable; urgency=low
 
   * New upstream release, created for Debian lenny:
diff --git a/debian/mdadm.init b/debian/mdadm.init
index 88b68c8..2635b36 100644
--- a/debian/mdadm.init
+++ b/debian/mdadm.init
@@ -11,8 +11,8 @@
 # Required-Start:    checkroot
 # Required-Stop:     umountroot
 # Should-Start:      module-init-tools
-# Default-Start:     S
-# Default-Stop:      0 6
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Short-Description: MD monitoring daemon
 # Description:       mdadm provides a monitor mode, in which it will scan for
 #                    problems with the MD devices. If a problem is found, the




More information about the pkg-mdadm-commits mailing list