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: include by andrew from 
      ([email protected])
   2. Linux-HA CVS: lib by andrew from 
      ([email protected])
   3. Linux-HA CVS: linux-ha by andrew from 
      ([email protected])
   4. Linux-HA CVS: crm by andrew from 
      ([email protected])
   5. Linux-HA CVS: crm by andrew from 
      ([email protected])


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

Message: 1
Date: Tue, 14 Feb 2006 08:38:10 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: include by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : include

Dir     : linux-ha/include/mgmt


Added Files:
        .cvsignore 


Log Message:
More cvsignore updates





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

Message: 2
Date: Tue, 14 Feb 2006 08:38:10 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : lib

Dir     : linux-ha/lib/clplumbing


Modified Files:
        .cvsignore 


Log Message:
More cvsignore updates

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/clplumbing/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- .cvsignore  28 Sep 2004 14:37:07 -0000      1.4
+++ .cvsignore  14 Feb 2006 15:38:09 -0000      1.5
@@ -11,3 +11,4 @@
 *.beam
 parser-messages
 MISC_ERRORS
+base64_md5_test




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

Message: 3
Date: Tue, 14 Feb 2006 08:38:46 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        heartbeat.spec.in 


Log Message:
Updates for rpm builds

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -3 -r1.160 -r1.161
--- heartbeat.spec.in   10 Feb 2006 16:17:18 -0000      1.160
+++ heartbeat.spec.in   14 Feb 2006 15:38:46 -0000      1.161
@@ -1,4 +1,4 @@
-#      $Id: heartbeat.spec.in,v 1.160 2006/02/10 16:17:18 alan Exp $
+#      $Id: heartbeat.spec.in,v 1.161 2006/02/14 15:38:46 andrew Exp $
 
 # Workaround for a change in RPM 4.1.x; needs proper fixing soon!
 ##%define _unpackaged_files_terminate_build 0
@@ -1091,6 +1091,7 @@
 @libdir@/libcib.*
 @libdir@/libclm.*
 @libdir@/libcrmcommon.*
[EMAIL PROTECTED]@/libtransitioner.*
 @libdir@/libhbclient.*
 @libdir@/liblrm.*
 @libdir@/libpengine.*




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

Message: 4
Date: Tue, 14 Feb 2006 08:38:47 -0700 (MST)
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/tengine


Modified Files:
        Makefile.am 


Log Message:
Updates for rpm builds

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/tengine/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- Makefile.am 14 Feb 2006 11:40:25 -0000      1.21
+++ Makefile.am 14 Feb 2006 15:38:46 -0000      1.22
@@ -49,7 +49,7 @@
 halib_PROGRAMS = tengine ttest
 
 ## SOURCES
-noinst_HEADERS = tengine.h
+noinst_HEADERS = tengine.h te_callbacks.c
 
 tengine_SOURCES        = actions.c tengine.c events.c utils.c callbacks.c 
main.c
 tengine_CFLAGS = -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'




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

Message: 5
Date: Tue, 14 Feb 2006 08:43:03 -0700 (MST)
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/tengine


Modified Files:
        Makefile.am 


Log Message:
Typo

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/tengine/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Makefile.am 14 Feb 2006 15:38:46 -0000      1.22
+++ Makefile.am 14 Feb 2006 15:43:03 -0000      1.23
@@ -49,7 +49,7 @@
 halib_PROGRAMS = tengine ttest
 
 ## SOURCES
-noinst_HEADERS = tengine.h te_callbacks.c
+noinst_HEADERS = tengine.h te_callbacks.h
 
 tengine_SOURCES        = actions.c tengine.c events.c utils.c callbacks.c 
main.c
 tengine_CFLAGS = -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'




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

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


End of Linux-ha-cvs Digest, Vol 27, Issue 62
********************************************

Reply via email to