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


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

Message: 1
Date: Fri,  9 Dec 2005 13:15:31 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        configure.in 


Log Message:
bug 338: Make quorum architecture pluggable 


===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -3 -r1.475 -r1.476
--- configure.in        8 Dec 2005 15:13:00 -0000       1.475
+++ configure.in        9 Dec 2005 20:15:31 -0000       1.476
@@ -10,7 +10,7 @@
 AC_INIT(heartbeat.spec.in)
 
 AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.475 $) dnl cvs revision
+AC_REVISION($Revision: 1.476 $) dnl cvs revision
 AC_CANONICAL_HOST
 
 
@@ -2528,7 +2528,9 @@
                lib/plugins/stonith/external/ssh                \
                lib/plugins/stonith/external/riloe              \
                lib/plugins/AppHBNotification/Makefile          \
-               lib/plugins/HBcompress/Makefile         \
+               lib/plugins/HBcompress/Makefile                 \
+               lib/plugins/quorum/Makefile                     \
+               lib/plugins/tiebreaker/Makefile                 \
        lib/recoverymgr/Makefile                                \
        lib/stonith/Makefile                                    \
        lib/fencing/Makefile                                    \




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

Message: 2
Date: Fri,  9 Dec 2005 13:15:31 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: include by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/include/clplumbing


Modified Files:
        Makefile.am 
Added Files:
        cl_plugin.h cl_quorum.h cl_tiebreaker.h 


Log Message:
bug 338: Make quorum architecture pluggable 


===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/include/clplumbing/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- Makefile.am 26 Sep 2005 04:58:58 -0000      1.28
+++ Makefile.am 9 Dec 2005 20:15:31 -0000       1.29
@@ -50,4 +50,8 @@
        timers.h        \
        uids.h          \
        cl_misc.h       \
-       md5.h
+       md5.h           \
+       cl_plugin.h     \
+       cl_tiebreaker.h \
+       cl_quorum.h     
+       




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

Message: 3
Date: Fri,  9 Dec 2005 13:15:31 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/lib/clplumbing


Modified Files:
        Makefile.am 
Added Files:
        cl_plugin.c 


Log Message:
bug 338: Make quorum architecture pluggable 


===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/clplumbing/Makefile.am,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- Makefile.am 26 Sep 2005 13:25:05 -0000      1.44
+++ Makefile.am 9 Dec 2005 20:15:31 -0000       1.45
@@ -62,7 +62,8 @@
                        cl_uuid.c       \
                        cl_pidfile.c    \
                        cl_compress.c   \
-                       cl_misc.c
+                       cl_misc.c       \
+                       cl_plugin.c
 
 libplumb_la_LIBADD      = $(top_builddir)/replace/libreplace.la \
                        $(top_builddir)/lib/pils/libpils.la




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

Message: 4
Date: Fri,  9 Dec 2005 13:15:31 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/lib/plugins


Modified Files:
        Makefile.am 


Log Message:
bug 338: Make quorum architecture pluggable 


===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/plugins/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 5 Aug 2005 19:40:14 -0000       1.10
+++ Makefile.am 9 Dec 2005 20:15:31 -0000       1.11
@@ -25,4 +25,4 @@
 endif
 
 SUBDIRS                        = InterfaceMgr HBauth HBcomm HBcompress stonith 
AppHBNotification \
-                         $(LRM_DIR) 
+                         $(LRM_DIR)  quorum  tiebreaker




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

Message: 5
Date: Fri,  9 Dec 2005 13:15:31 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/lib/plugins/quorum


Added Files:
        Makefile.am classic.c 


Log Message:
bug 338: Make quorum architecture pluggable 






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

Message: 6
Date: Fri,  9 Dec 2005 13:15:31 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/lib/plugins/tiebreaker


Added Files:
        Makefile.am grant.c 


Log Message:
bug 338: Make quorum architecture pluggable 






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

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


End of Linux-ha-cvs Digest, Vol 25, Issue 22
********************************************

Reply via email to