r155 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Sep 7 12:32:55 UTC 2006


Author: madduck
Date: 2006-09-07 12:32:55 +0000 (Thu, 07 Sep 2006)
New Revision: 155

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mdadm-raid
   mdadm/trunk/debian/mdadm.init
Log:
added LSB headers to init scripts.

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-09-04 16:10:50 UTC (rev 154)
+++ mdadm/trunk/debian/changelog	2006-09-07 12:32:55 UTC (rev 155)
@@ -5,11 +5,12 @@
   * Added a note to alert people that the warning about arrays not listed in
     the configuration file is only relevant if the arrays are needed to be
     brought up by mdadm from initramfs during boot (closes: #385017).
+  * Added LSB headers to init scripts.
   * Updated debconf translations:
     - Czech by Miroslav Kure (closes: #384754).
     - French by Florentin Duneau (closes: #385690).
 
- -- martin f. krafft <madduck at debian.org>  Sat,  2 Sep 2006 16:10:47 +0200
+ -- martin f. krafft <madduck at debian.org>  Thu,  7 Sep 2006 14:32:04 +0200
 
 mdadm (2.5.3.git200608202239-2) unstable; urgency=low
 

Modified: mdadm/trunk/debian/mdadm-raid
===================================================================
--- mdadm/trunk/debian/mdadm-raid	2006-09-04 16:10:50 UTC (rev 154)
+++ mdadm/trunk/debian/mdadm-raid	2006-09-07 12:32:55 UTC (rev 155)
@@ -8,6 +8,19 @@
 #
 # $Id$
 #
+### BEGIN INIT INFO
+# Provides:          mdadm-raid
+# Required-Start:    mountkernfs
+# Should-Start:      udev
+# Required-Stop:     mountkernfs
+# Should-Stop:       udev
+# Default-Start:     S
+# Default-Stop:      0 6
+# Short-Description: MD array assembly
+# Description:       This script assembles a system's MD arrays, according to
+#                    the settings in /etc/mdadm/mdadm.conf and the preferences
+#                    in /etc/default/mdadm.
+### END INIT INFO
 
 set -eu
 

Modified: mdadm/trunk/debian/mdadm.init
===================================================================
--- mdadm/trunk/debian/mdadm.init	2006-09-04 16:10:50 UTC (rev 154)
+++ mdadm/trunk/debian/mdadm.init	2006-09-07 12:32:55 UTC (rev 155)
@@ -8,6 +8,18 @@
 #
 # $Id$
 #
+### BEGIN INIT INFO
+# Provides:          mdadm
+# Required-Start:
+# Required-Stop:
+# Default-Start:     2 3 4 5
+# Default-Stop:      S 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
+#                    administrator is alerted via email, or a custom script is
+#                    run.
+### END INIT INFO
 
 set -eu
 




More information about the pkg-mdadm-commits mailing list