[Debian-ha-svn-commits] [SCM] corosync Debian packaging branch, master, updated. debian/1.0.0-7

Guido Günther agx at sigxcpu.org
Mon Oct 5 16:04:25 UTC 2009


The following commit has been merged in the master branch:
commit 64f4fa250724d73d67be742ed7fe4ab31c12e17d
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Oct 5 17:52:41 2009 +0200

    Add missing init script dependency on $remote_fs
    
    since we use files in /usr/.
    
    Closes: #549571
    Thanks: Petter Reinholdtsen

diff --git a/debian/corosync.init b/debian/corosync.init
index 0087099..dfe4e54 100644
--- a/debian/corosync.init
+++ b/debian/corosync.init
@@ -2,10 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          corosync
-# Required-Start:    $network
-# Required-Stop:     $network
-# Should-Start:
-# Should-Stop:
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $network $remote_fs
 # Default-Start:     S
 # Default-Stop:      0 1 6
 # Short-Description: corosync cluster framework

-- 
corosync Debian packaging



More information about the Debian-ha-svn-commits mailing list