r546 - lvm2/trunk/debian
Bastian Blank
waldi at alioth.debian.org
Tue Jan 22 16:38:51 UTC 2008
Author: waldi
Date: Tue Jan 22 16:38:51 2008
New Revision: 546
Log:
* debian/changelog: Update.
* debian/lvm2.init: Add LSB header.
Modified:
lvm2/trunk/debian/changelog
lvm2/trunk/debian/lvm2.init
Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog (original)
+++ lvm2/trunk/debian/changelog Tue Jan 22 16:38:51 2008
@@ -2,6 +2,7 @@
* New upstream version.
* Readd clvm.
+ * Add LSB header to lvm2 init script. (closes: #426108)
-- Bastian Blank <waldi at debian.org> Sun, 20 Jan 2008 11:39:46 +0000
Modified: lvm2/trunk/debian/lvm2.init
==============================================================================
--- lvm2/trunk/debian/lvm2.init (original)
+++ lvm2/trunk/debian/lvm2.init Tue Jan 22 16:38:51 2008
@@ -1,4 +1,15 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: lvm2 lvm
+# Required-Start: mountdevsubfs
+# Required-Stop:
+# Should-Start: udev devfsd raid2 mdadm cryptdisks-early
+# Should-Stop: reboot halt umountroot
+# X-Start-Before checkfs mountall
+# X-Stop-after umountfs
+# Default-Start: S
+# Default-Stop: 0 6
+### END INIT INFO
SCRIPTNAME=/etc/init.d/lvm2
More information about the pkg-lvm-commits
mailing list