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 andrew from 
      ([email protected])
   2. Linux-HA CVS: crm by andrew from 
      ([email protected])
   3. Linux-HA CVS: crm by lars from  ([email protected])


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

Message: 1
Date: Thu,  6 Apr 2006 07:05:22 -0600 (MDT)
From: [email protected]
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


Modified Files:
        complex.c 


Log Message:
no point defining it if i dont include the header file its in

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/complex.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -3 -r1.78 -r1.79
--- complex.c   6 Apr 2006 11:00:39 -0000       1.78
+++ complex.c   6 Apr 2006 13:05:21 -0000       1.79
@@ -1,4 +1,4 @@
-/* $Id: complex.c,v 1.78 2006/04/06 11:00:39 andrew Exp $ */
+/* $Id: complex.c,v 1.79 2006/04/06 13:05:21 andrew Exp $ */
 /* 
  * Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
  * 
@@ -19,6 +19,7 @@
 
 #include <portability.h>
 
+#include <crm/cib.h>
 #include <pengine.h>
 #include <pe_utils.h>
 #include <pe_rules.h>




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

Message: 2
Date: Thu,  6 Apr 2006 07:28:03 -0600 (MDT)
From: [email protected]
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/cib


Modified Files:
        io.c 


Log Message:
Got the condition the wrong way around

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/cib/io.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- io.c        5 Apr 2006 13:42:23 -0000       1.60
+++ io.c        6 Apr 2006 13:28:03 -0000       1.61
@@ -1,4 +1,4 @@
-/* $Id: io.c,v 1.60 2006/04/05 13:42:23 andrew Exp $ */
+/* $Id: io.c,v 1.61 2006/04/06 13:28:03 andrew Exp $ */
 /* 
  * Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
  * 
@@ -489,7 +489,7 @@
 
        ignore_dtd = crm_element_value(new_cib, "ignore_dtd");
        if(
-#if !CRM_DEPRECATED_SINCE_2_0_4
+#if CRM_DEPRECATED_SINCE_2_0_4
           ignore_dtd != NULL &&
 #endif
           crm_is_true(ignore_dtd) == FALSE




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

Message: 3
Date: Thu,  6 Apr 2006 10:46:49 -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/admin


Modified Files:
        crmadmin.c 


Log Message:
Novell bz #163933: Help did not match the actual options in the code.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/admin/crmadmin.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- crmadmin.c  5 Apr 2006 14:38:14 -0000       1.65
+++ crmadmin.c  6 Apr 2006 16:46:48 -0000       1.66
@@ -1,4 +1,4 @@
-/* $Id: crmadmin.c,v 1.65 2006/04/05 14:38:14 lars Exp $ */
+/* $Id: crmadmin.c,v 1.66 2006/04/06 16:46:48 lars Exp $ */
 
 /* 
  * Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -130,8 +130,8 @@
                /* daemon options */
                {"kill", 1, 0, 'K'},  /* stop a node */
                {"die", 0, 0, 0},  /* kill a node, no respawn */
-               {"crm_debug_inc", 1, 0, 'i'},
-               {"crm_debug_dec", 1, 0, 'd'},
+               {"debug_inc", 1, 0, 'i'},
+               {"debug_dec", 1, 0, 'd'},
                {"status", 1, 0, 'S'},
                {"standby", 1, 0, 's'},
                {"active", 1, 0, 'a'},




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

_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 29, Issue 31
********************************************

Reply via email to