r728 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Tue Sep 15 11:58:41 UTC 2009


Author: waldi
Date: Tue Sep 15 11:58:40 2009
New Revision: 728

Log:
* debian/changelog: Update.
* debian/clvm.init: Fix.

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/clvm.init

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	Sun Sep  6 11:40:31 2009	(r727)
+++ lvm2/trunk/debian/changelog	Tue Sep 15 11:58:40 2009	(r728)
@@ -1,3 +1,9 @@
+lvm2 (2.02.51-5) UNRELEASED; urgency=low
+
+  * Fix clvm init script. (closes: #542169)
+
+ -- Bastian Blank <waldi at debian.org>  Tue, 15 Sep 2009 13:58:09 +0200
+
 lvm2 (2.02.51-4) unstable; urgency=low
 
   * Fix version in conffile removal. (closes: #542942)

Modified: lvm2/trunk/debian/clvm.init
==============================================================================
--- lvm2/trunk/debian/clvm.init	Sun Sep  6 11:40:31 2009	(r727)
+++ lvm2/trunk/debian/clvm.init	Tue Sep 15 11:58:40 2009	(r728)
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
 ### BEGIN INIT INFO
-# Provides:          lvm cluster locking daemon
-# Required-Start:    lvm2 cman
-# Required-Stop:     lvm2 cman
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Provides:          clvm
+# Required-Start:    $remote_fs lvm2 cman
+# Required-Stop:     $remote_fs lvm2 cman
+# Default-Start:     S
+# Default-Stop:      0 6
 # Short-Description: start and stop the lvm cluster locking daemon
 ### END INIT INFO
 #



More information about the pkg-lvm-commits mailing list