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: port by msoffen from
([email protected])
2. Linux-HA CVS: heartbeat by lars from
([email protected])
3. Linux-HA CVS: linux-ha by lars from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 4 May 2006 09:13:10 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: port by msoffen from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : msoffen
Host :
Project : linux-ha
Module : port
Dir : linux-ha/port
Modified Files:
portMakefile.in
Log Message:
Added same flags for configure that ConfigureMe uses.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/port/portMakefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- portMakefile.in 29 Jul 2005 14:40:04 -0000 1.2
+++ portMakefile.in 4 May 2006 15:13:08 -0000 1.3
@@ -24,7 +24,7 @@
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= yes
-CONFIGURE_ARGS=
+CONFIGURE_ARGS= --prefix=/usr/local --sysconfdir=/usr/local/etc
--localstatedir=/var --enable-all --with-group-id=90 --with-ccmuser-id=90
MAN1= cl_status.1
MAN8= apphbd.8 heartbeat.8 ldirectord.8 meatclient.8 \
------------------------------
Message: 2
Date: Thu, 4 May 2006 09:53:25 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat/lib
Modified Files:
Makefile.am
Added Files:
ha_propagate.in
Log Message:
Simple python script to copy ha.cf to all nodes listed therein.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 27 Oct 2005 01:03:22 -0000 1.10
+++ Makefile.am 4 May 2006 15:53:24 -0000 1.11
@@ -24,4 +24,4 @@
halib_SCRIPTS = mach_down req_resource ResourceManager hb_standby \
BasicSanityCheck TestHeartbeatComm ha_config
hb_takeover hb_addnode \
- hb_delnode
+ hb_delnode ha_propagate
------------------------------
Message: 3
Date: Thu, 4 May 2006 09:59:05 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
configure.in
Log Message:
Add ha_propagate.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -3 -r1.511 -r1.512
--- configure.in 1 May 2006 05:08:46 -0000 1.511
+++ configure.in 4 May 2006 15:59:05 -0000 1.512
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.511 $) dnl cvs revision
+AC_REVISION($Revision: 1.512 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -2626,6 +2626,7 @@
heartbeat/lib/Makefile \
heartbeat/lib/BasicSanityCheck \
heartbeat/lib/ha_config \
+ heartbeat/lib/ha_propagate \
heartbeat/lib/hb_standby \
heartbeat/lib/mach_down \
heartbeat/lib/req_resource \
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 30, Issue 8
*******************************************