]> git.proxmox.com Git - redhat-cluster-pve.git/commitdiff
update to latest stable upstream
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Aug 2011 08:10:16 +0000 (10:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Aug 2011 08:10:16 +0000 (10:10 +0200)
cluster-3.1.6.tar.gz
debian/patches/fix-cman-init.diff

index 1027dcf496b08d2ac6fe965a0014386ccb23a063..5a49c484d3d58f23361d5dea40b1651b7245b670 100644 (file)
Binary files a/cluster-3.1.6.tar.gz and b/cluster-3.1.6.tar.gz differ
index ccd2b1a3aaa672cd65888fd136337d3824e3dbc6..a597e1d2a2ed0ceee6dfa817c1b2211332b9f8bb 100644 (file)
@@ -1,8 +1,6 @@
 
  * check if cman_tool is installed
 
- * do not overwrite global return status 'rtrn' - use local keyword
-
 Index: new/cman/init.d/cman.in
 ===================================================================
 --- new.orig/cman/init.d/cman.in       2010-12-02 07:19:35.000000000 +0100
@@ -16,12 +14,3 @@ Index: new/cman/init.d/cman.in
  chkconfig2()
  {
        case "$1" in
-@@ -46,7 +48,7 @@
- status()
- {
-       pid=$(pidof $1 2>/dev/null)
--      rtrn=$?
-+      local rtrn=$?
-       if [ $rtrn -ne 0 ]; then
-               echo "$1 is stopped"
-       else