Send Linux-ha-cvs mailing list submissions to
[email protected]
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: cim by zhenh from ([email protected])
2. Linux-HA CVS: linux-ha by zhenh from
([email protected])
3. Linux-HA CVS: heartbeat by davidlee from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 24 Jan 2006 08:36:19 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: cim by zhenh from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : zhenh
Host :
Project : linux-ha
Module : cim
Dir : linux-ha/cim
Modified Files:
Makefile.am
Log Message:
change the name of mgmt libs
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cim/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 22 Dec 2005 08:38:15 -0000 1.15
+++ Makefile.am 24 Jan 2006 15:36:18 -0000 1.16
@@ -46,8 +46,8 @@
resource_common.h constraint_common.h
LRM_DIR = lrm
-MGMTLIBS = $(top_builddir)/mgmt/daemon/libmgmt.la \
- $(top_builddir)/lib/mgmt/libmgmtcommon.la \
+MGMTLIBS = $(top_builddir)/mgmt/daemon/libhbmgmt.la \
+ $(top_builddir)/lib/mgmt/libhbmgmtcommon.la \
$(top_builddir)/lib/$(LRM_DIR)/liblrm.la
cimproviders_LTLIBRARIES = libHAClusterInfo.la \
------------------------------
Message: 2
Date: Tue, 24 Jan 2006 08:38:10 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by zhenh from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : zhenh
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
heartbeat.spec.in
Log Message:
change the name of mgmt libs
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -3 -r1.156 -r1.157
--- heartbeat.spec.in 22 Dec 2005 10:02:29 -0000 1.156
+++ heartbeat.spec.in 24 Jan 2006 15:38:10 -0000 1.157
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.156 2005/12/22 10:02:29 sunjd Exp $
+# $Id: heartbeat.spec.in,v 1.157 2006/01/24 15:38:10 zhenh Exp $
# Workaround for a change in RPM 4.1.x; needs proper fixing soon!
##%define _unpackaged_files_terminate_build 0
@@ -1052,11 +1052,11 @@
%endif
%define ENABLE_MGMT @MGMT_ENABLED@
%if %{ENABLE_MGMT}
- @libdir@/libmgmt.*
- @libdir@/libmgmtclient.*
- @libdir@/libmgmtcommon.*
- @libdir@/libmgmttls.*
- /etc/pam.d/mgmtd
+ @libdir@/libhbmgmt.*
+ @libdir@/libhbmgmtclient.*
+ @libdir@/libhbmgmtcommon.*
+ @libdir@/libhbmgmttls.*
+ /etc/pam.d/hbmgmtd
/usr/share/locale/zh_CN/LC_MESSAGES/haclient.zh_CN.mo
%endif
------------------------------
Message: 3
Date: Tue, 24 Jan 2006 09:10:14 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by davidlee from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : davidlee
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat/lib
Modified Files:
BasicSanityCheck.in
Log Message:
Bourne shell compliance
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/BasicSanityCheck.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- BasicSanityCheck.in 20 Dec 2005 18:08:24 -0000 1.91
+++ BasicSanityCheck.in 24 Jan 2006 16:10:14 -0000 1.92
@@ -731,8 +731,10 @@
return 1
fi
if
- ! HBStart
+ HBStart
then
+ :
+ else
echo "cannot start heartbeat, so donnot start stonith daemon
test." | tee -a $LOGFILE
return 1
fi
@@ -752,8 +754,10 @@
done
if
- ! $CLSTATUS hbstatus >/dev/null 2>&1
+ $CLSTATUS hbstatus >/dev/null 2>&1
then
+ :
+ else
echo "There are internal errors in heartbeat, so donnot start
stonith daemon test." | tee -a $LOGFILE
return 1
fi
@@ -807,8 +811,10 @@
echo "Starting Mgmtd tests" | tee -a $LOGFILE
if
- ! HBStart
+ HBStart
then
+ :
+ else
echo "cannot start heartbeat, so donnot start mgmt daemon
test." | tee -a $LOGFILE
return 1
fi
@@ -828,8 +834,10 @@
done
if
- ! $CLSTATUS hbstatus >/dev/null 2>&1
+ $CLSTATUS hbstatus >/dev/null 2>&1
then
+ :
+ else
echo "There are internal errors in heartbeat, so donnot start
mgmt daemon test." | tee -a $LOGFILE
return 1
fi
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 26, Issue 54
********************************************