r156 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Sep 7 13:05:32 UTC 2006


Author: madduck
Date: 2006-09-07 13:05:31 +0000 (Thu, 07 Sep 2006)
New Revision: 156

Modified:
   mdadm/trunk/debian/mdadm-raid
   mdadm/trunk/debian/mdadm.init
Log:
corrections from petter

Modified: mdadm/trunk/debian/mdadm-raid
===================================================================
--- mdadm/trunk/debian/mdadm-raid	2006-09-07 12:32:55 UTC (rev 155)
+++ mdadm/trunk/debian/mdadm-raid	2006-09-07 13:05:31 UTC (rev 156)
@@ -11,9 +11,9 @@
 ### BEGIN INIT INFO
 # Provides:          mdadm-raid
 # Required-Start:    mountkernfs
-# Should-Start:      udev
+# Should-Start:      udev devfsd
 # Required-Stop:     mountkernfs
-# Should-Stop:       udev
+# Should-Stop:       udev devfsd
 # Default-Start:     S
 # Default-Stop:      0 6
 # Short-Description: MD array assembly

Modified: mdadm/trunk/debian/mdadm.init
===================================================================
--- mdadm/trunk/debian/mdadm.init	2006-09-07 12:32:55 UTC (rev 155)
+++ mdadm/trunk/debian/mdadm.init	2006-09-07 13:05:31 UTC (rev 156)
@@ -10,10 +10,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:          mdadm
-# Required-Start:
-# Required-Stop:
+# Required-Start:    $local_fs $remote_fs
+# Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# 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