Send Linux-ha-cvs mailing list submissions to
        linux-ha-cvs@lists.linux-ha.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: linux-ha by andrew from 
      (linux-ha-cvs@lists.linux-ha.org)
   2. Linux-HA CVS: crm by andrew from 
      (linux-ha-cvs@lists.linux-ha.org)
   3. Linux-HA CVS: membership by zhenh from 
      (linux-ha-cvs@lists.linux-ha.org)
   4. Linux-HA CVS: crm by andrew from 
      (linux-ha-cvs@lists.linux-ha.org)
   5. Linux-HA CVS: resources by msoffen from 
      (linux-ha-cvs@lists.linux-ha.org)


----------------------------------------------------------------------

Message: 1
Date: Tue, 18 Jul 2006 00:20:33 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        configure.in 


Log Message:
Correctly observe --disable-snmp-subagent 
---
 configure.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -3 -r1.537 -r1.538
--- configure.in        17 Jul 2006 11:24:01 -0000      1.537
+++ configure.in        18 Jul 2006 06:20:32 -0000      1.538
@@ -10,7 +10,7 @@
 AC_INIT(heartbeat.spec.in)
 
 AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.537 $) dnl cvs revision
+AC_REVISION($Revision: 1.538 $) dnl cvs revision
 AC_CANONICAL_HOST
 
 
@@ -1006,7 +1006,10 @@
 #include <ucd-snmp/asn1.h>])
 AC_CHECK_HEADERS(net-snmp/net-snmp-config.h)
 
-if test "x${ac_cv_header_net_snmp_net_snmp_config_h}" = "xyes"; then
+if test "x${enable_snmp_subagent}" = "xno"; then
+   # nothing
+   :
+elif test "x${ac_cv_header_net_snmp_net_snmp_config_h}" = "xyes"; then
        AC_PATH_PROGS(SNMPCONFIG, net-snmp-config)
        if test "X${SNMPCONFIG}" = "X"; then
                AC_MSG_RESULT(You need the net_snmp development package to 
continue.)




------------------------------

Message: 2
Date: Tue, 18 Jul 2006 00:20:53 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : crm

Dir     : linux-ha/crm/pengine/testcases


Modified Files:
        probe-1.exp 


Log Message:
Bring test cases up to date
---
 crm/pengine/testcases/probe-1.exp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)





------------------------------

Message: 3
Date: Tue, 18 Jul 2006 06:25:06 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: membership by zhenh from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : zhenh
Host    : 
Project : linux-ha
Module  : membership

Dir     : linux-ha/membership/ccm


Modified Files:
        ccm_statemachine.c 


Log Message:
in same states the membership is invalidate, fix #1377
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/membership/ccm/ccm_statemachine.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ccm_statemachine.c  7 Jun 2006 08:29:52 -0000       1.20
+++ ccm_statemachine.c  18 Jul 2006 12:25:05 -0000      1.21
@@ -1,4 +1,4 @@
-/* $Id: ccm_statemachine.c,v 1.20 2006/06/07 08:29:52 zhenh Exp $ */
+/* $Id: ccm_statemachine.c,v 1.21 2006/07/18 12:25:05 zhenh Exp $ */
 /* 
  * ccm.c: Consensus Cluster Service Program 
  *
@@ -123,7 +123,6 @@
        
        ccm_debug(LOG_DEBUG,"node state %s -> %s"
        ,       state2string(oldstate),state2string(istate)); 
-       dump_mbrs(info);
        
 }
 




------------------------------

Message: 4
Date: Tue, 18 Jul 2006 08:16:52 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : crm

Dir     : linux-ha/crm/pengine/testcases


Added Files:
        stonith-0.dot stonith-0.exp stonith-0.xml 


Log Message:
New regression test





------------------------------

Message: 5
Date: Tue, 18 Jul 2006 11:06:29 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: resources by msoffen from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : msoffen
Host    : 
Project : linux-ha
Module  : resources

Dir     : linux-ha/resources/OCF


Modified Files:
        IPaddr.in 


Log Message:
Fixing inet down command. 
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/resources/OCF/IPaddr.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- IPaddr.in   17 Jul 2006 17:00:05 -0000      1.46
+++ IPaddr.in   18 Jul 2006 17:06:28 -0000      1.47
@@ -517,7 +517,7 @@
                fi
                ;;
        *BSD)
-               CMD="$IFCONFIG $ifname inet $ipaddr -alias"
+               CMD="$IFCONFIG $ifname inet $ipaddr delete"
                ;;
 
        *)




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
Linux-ha-cvs@lists.linux-ha.org
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 32, Issue 60
********************************************

Reply via email to