Send Linux-ha-cvs mailing list submissions to
        linux-ha-cvs@lists.linux-ha.org

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: mgmt by lars from  (linux-ha-cvs@lists.linux-ha.org)
   2. Linux-HA CVS: ldirectord by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   3. Linux-HA CVS: ldirectord by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   4. Linux-HA CVS: ldirectord by horms from 
      (linux-ha-cvs@lists.linux-ha.org)


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

Message: 1
Date: Wed,  5 Jul 2006 16:56:43 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: mgmt by lars from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : lars
Host    : 
Project : linux-ha
Module  : mgmt

Dir     : linux-ha/mgmt/daemon


Modified Files:
        mgmt_crm.c mgmt_lib.c mgmtd.c 


Log Message:
It seems prudent that the mgmt should actually include the headers it
uses.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/mgmt/daemon/mgmt_crm.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- mgmt_crm.c  29 Jun 2006 11:00:51 -0000      1.60
+++ mgmt_crm.c  5 Jul 2006 22:56:42 -0000       1.61
@@ -25,6 +25,7 @@
 #include <glib.h>
 
 #include <heartbeat.h>
+#include <clplumbing/cl_malloc.h>
 #include <clplumbing/cl_log.h>
 #include <clplumbing/cl_syslog.h>
 #include <clplumbing/lsb_exitcodes.h>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/mgmt/daemon/mgmt_lib.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- mgmt_lib.c  27 Mar 2006 08:32:43 -0000      1.7
+++ mgmt_lib.c  5 Jul 2006 22:56:43 -0000       1.8
@@ -37,6 +37,7 @@
 
 #include <heartbeat.h>
 #include <clplumbing/GSource.h>
+#include <clplumbing/cl_malloc.h>
 #include <clplumbing/cl_log.h>
 #include <clplumbing/cl_syslog.h>
 #include <clplumbing/cl_signal.h>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/mgmt/daemon/mgmtd.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- mgmtd.c     15 Jun 2006 09:48:40 -0000      1.21
+++ mgmtd.c     5 Jul 2006 22:56:43 -0000       1.22
@@ -45,6 +45,7 @@
 
 #include <heartbeat.h>
 #include <clplumbing/GSource.h>
+#include <clplumbing/cl_malloc.h>
 #include <clplumbing/cl_log.h>
 #include <clplumbing/cl_syslog.h>
 #include <clplumbing/cl_signal.h>




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

Message: 2
Date: Wed,  5 Jul 2006 21:51:42 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : ldirectord

Dir     : linux-ha/ldirectord


Modified Files:
        ldirectord 


Log Message:
Document that the quiescent and fallback options are also valid inside virtual 
sections
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -3 -r1.138 -r1.139
--- ldirectord  5 Jul 2006 03:49:45 -0000       1.138
+++ ldirectord  6 Jul 2006 03:51:42 -0000       1.139
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-my($VERSION)=(qw$Id: ldirectord,v 1.138 2006/07/05 03:49:45 horms Exp $)[2];
+my($VERSION)=(qw$Id: ldirectord,v 1.139 2006/07/06 03:51:42 horms Exp $)[2];
 
 ######################################################################
 # ldirectord                 http://www.vergenet.net/linux/ldirectord/
@@ -225,7 +225,9 @@
 string starts with I<http://...> the IP-address and port of the real server is
 overridden, otherwise the IP-address and port of the real server is used.
 
-=head2 More than one of these entries may be inside a virtual section:
+=head2 More than one of these entries may be inside a virtual section.
+The quiescent and fallback options listed above may also appear inside
+a virtual section, in which case the global setting is overridden.
 
 B<checktype = >I<negotiate>|I<connect>|I<N>|I<ping>|I<off>|I<on>
 




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

Message: 3
Date: Wed,  5 Jul 2006 21:52:43 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : ldirectord

Dir     : linux-ha/ldirectord


Modified Files:
      Tag: STABLE_1_2
        ldirectord 


Log Message:
Document that the quiescent and fallback options are also valid inside virtual 
sections
Sync with 1.139
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord,v
retrieving revision 1.77.2.48
retrieving revision 1.77.2.49
diff -u -3 -r1.77.2.48 -r1.77.2.49
--- ldirectord  5 Jul 2006 03:51:09 -0000       1.77.2.48
+++ ldirectord  6 Jul 2006 03:52:43 -0000       1.77.2.49
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-my($VERSION)=(qw$Id: ldirectord,v 1.77.2.48 2006/07/05 03:51:09 horms Exp 
$)[2];
+my($VERSION)=(qw$Id: ldirectord,v 1.77.2.49 2006/07/06 03:52:43 horms Exp 
$)[2];
 
 ######################################################################
 # ldirectord                 http://www.vergenet.net/linux/ldirectord/
@@ -225,7 +225,9 @@
 string starts with I<http://...> the IP-address and port of the real server is
 overridden, otherwise the IP-address and port of the real server is used.
 
-=head2 More than one of these entries may be inside a virtual section:
+=head2 More than one of these entries may be inside a virtual section.
+The quiescent and fallback options listed above may also appear inside
+a virtual section, in which case the global setting is overridden.
 
 B<checktype = >I<negotiate>|I<connect>|I<N>|I<ping>|I<off>|I<on>
 




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

Message: 4
Date: Wed,  5 Jul 2006 21:53:59 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : ldirectord

Dir     : linux-ha/ldirectord


Modified Files:
        ldirectord 


Log Message:
Update copyright to 2006 (does it matter?)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- ldirectord  6 Jul 2006 03:51:42 -0000       1.139
+++ ldirectord  6 Jul 2006 03:53:59 -0000       1.140
@@ -1,11 +1,11 @@
 #!/usr/bin/perl
-my($VERSION)=(qw$Id: ldirectord,v 1.139 2006/07/06 03:51:42 horms Exp $)[2];
+my($VERSION)=(qw$Id: ldirectord,v 1.140 2006/07/06 03:53:59 horms Exp $)[2];
 
 ######################################################################
 # ldirectord                 http://www.vergenet.net/linux/ldirectord/
 # Linux Director Daemon - run "perldoc ldirectord" for details
 #
-# 1999-2005 (C) Jacob Rief <[EMAIL PROTECTED]>,
+# 1999-2006 (C) Jacob Rief <[EMAIL PROTECTED]>,
 #               Horms <[EMAIL PROTECTED]> and others
 #
 # License:      GNU General Public License (GPL)
@@ -466,7 +466,7 @@
 }
 if ($opt_v) {
        print("ldirectord  version $VERSION\n" .
-             "1999-2005 Jacob Rief, Horms and others\n" .
+             "1999-2006 Jacob Rief, Horms and others\n" .
              "<http://www.vergenet.net/linux/ldirectord/>\n".
              "\n" .
              "ldirectord comes with ABSOLUTELY NO WARRANTY.\n" .




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

_______________________________________________
Linux-ha-cvs mailing list
Linux-ha-cvs@lists.linux-ha.org
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 32, Issue 20
********************************************

Reply via email to