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: crm by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 30 May 2006 09:58:31 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : crm
Dir : linux-ha/crm
Modified Files:
crm-1.0.dtd
Log Message:
Andrew is right, we shouldn't have this work-around in CVS.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/crm-1.0.dtd,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- crm-1.0.dtd 30 May 2006 15:48:17 -0000 1.73
+++ crm-1.0.dtd 30 May 2006 15:58:30 -0000 1.74
@@ -159,7 +159,7 @@
score (INFINITY|-INFINITY) #REQUIRED>
<!-- Annotated version -->
-<!ELEMENT rsc_location (lifetime?,rule*)>
+<!ELEMENT rsc_location (lifetime?,rule+)>
<!ATTLIST rsc_location
id CDATA #REQUIRED
description CDATA #IMPLIED
@@ -168,7 +168,7 @@
<!ATTLIST lifetime id CDATA #REQUIRED>
<!-- Annotated version -->
-<!ELEMENT rule (expression|date_expression|rule)*>
+<!ELEMENT rule (expression|date_expression|rule)+>
<!ATTLIST rule
id CDATA #REQUIRED
role CDATA #IMPLIED
------------------------------
_______________________________________________
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 106
*********************************************