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: heartbeat by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 10 Mar 2006 09:29:11 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat/lib
Modified Files:
BasicSanityCheck.in
Log Message:
The digests of cib.xml are better treated as cache files
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/lib/BasicSanityCheck.in,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- BasicSanityCheck.in 9 Mar 2006 10:06:42 -0000 1.94
+++ BasicSanityCheck.in 10 Mar 2006 16:29:10 -0000 1.95
@@ -240,10 +240,10 @@
}
CONFIGFILES="$HADIR/ha.cf $HADIR/authkeys $HADIR/haresources"
CONFIGFILES="$CONFIGFILES @HA_VARLIBDIR@/heartbeat/crm/cib.xml"
-CONFIGFILES="$CONFIGFILES @HA_VARLIBDIR@/heartbeat/crm/cib.xml.sig"
CONFIGFILES="$CONFIGFILES @HA_VARLIBDIR@/heartbeat/crm/cib.xml.last"
-CONFIGFILES="$CONFIGFILES @HA_VARLIBDIR@/heartbeat/crm/cib.xml.sig.last"
CACHEFILES="@HA_VARLIBDIR@/heartbeat/hostcache
@HA_VARLIBDIR@/heartbeat/delhostcache"
+CACHEFILES="$CACHEFILES @HA_VARLIBDIR@/heartbeat/crm/cib.xml.sig"
+CACHEFILES="$CACHEFILES @HA_VARLIBDIR@/heartbeat/crm/cib.xml.sig.last"
SetUpConfigFiles() {
if
@@ -303,7 +303,7 @@
}
RestoreConfigFiles() {
- mv $HADIR/.cfsave/cib*.xml @HA_VARLIBDIR@/heartbeat/crm/ >/dev/null 2>&1
+ mv $HADIR/.cfsave/cib.xml* @HA_VARLIBDIR@/heartbeat/crm/ >/dev/null 2>&1
mv $HADIR/.cfsave/hostcache @HA_VARLIBDIR@/heartbeat/ >/dev/null 2>&1
mv $HADIR/.cfsave/delhostcache @HA_VARLIBDIR@/heartbeat/ >/dev/null 2>&1
mv $HADIR/.cfsave/* $HADIR >/dev/null 2>&1
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 28, Issue 19
********************************************