]> git.proxmox.com Git - redhat-cluster-pve.git/blob - debian/patches/fix-cman-init.diff
update to latest stable upstream
[redhat-cluster-pve.git] / debian / patches / fix-cman-init.diff
1
2 * check if cman_tool is installed
3
4 Index: new/cman/init.d/cman.in
5 ===================================================================
6 --- new.orig/cman/init.d/cman.in 2010-12-02 07:19:35.000000000 +0100
7 +++ new/cman/init.d/cman.in 2010-12-23 11:32:12.000000000 +0100
8 @@ -19,6 +19,8 @@
9 # set secure PATH
10 PATH="/bin:/usr/bin:/sbin:/usr/sbin:@SBINDIR@"
11
12 +test -x @SBINDIR@/cman_tool || exit 0
13 +
14 chkconfig2()
15 {
16 case "$1" in