martin f. krafft: Make mdadm-raid init script depend on hostname; thanks to Mario 'BitKoenig' Holbe

Martin F. Krafft madduck at alioth.debian.org
Mon Jan 31 14:05:30 UTC 2011


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

Author: martin f. krafft <madduck at debian.org>
Date:   Mon Jan 31 15:00:46 2011 +0100

Make mdadm-raid init script depend on hostname; thanks to Mario 'BitKoenig' Holbe

Debian-Bug: 610421
Signed-off-by: martin f. krafft <madduck at debian.org>

---

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

diff --git a/debian/changelog b/debian/changelog
index 75f5527..e1fe061 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ mdadm (3.1.5-1~unreleased.0) UNRELEASED; urgency=low
     'BitKoenig' Holbe (closes: #611627).
   * Do not include DEVICE line in generated configs but use the built-in value
     by default (closes: #604702).
+  * Make mdadm-raid init script depend on hostname; thanks to Mario
+   'BitKoenig' Holbe (closes: #610421).
 
- -- martin f. krafft <madduck at debian.org>  Mon, 31 Jan 2011 14:58:22 +0100
+ -- martin f. krafft <madduck at debian.org>  Mon, 31 Jan 2011 15:00:01 +0100
 
 mdadm (3.1.4-1+8efb9d1) unstable; urgency=low
 
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
index 4f242e9..bb2964b 100644
--- a/debian/mdadm-raid
+++ b/debian/mdadm-raid
@@ -8,7 +8,7 @@
 #
 ### BEGIN INIT INFO
 # Provides:          mdadm-raid
-# Required-Start:    mountkernfs
+# Required-Start:    mountkernfs hostname
 # Should-Start:      udev devfsd
 # Required-Stop:     mountkernfs
 # Should-Stop:       udev devfsd




More information about the pkg-mdadm-commits mailing list