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: mgmt by zhenh from 
      ([email protected])
   2. Linux-HA CVS: mgmt by sunjd from 
      ([email protected])
   3. Linux-HA CVS: linux-ha by sunjd from 
      ([email protected])
   4. Linux-HA CVS: heartbeat by blaschke from 
      ([email protected])


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

Message: 1
Date: Sun, 11 Dec 2005 19:39:44 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: mgmt by zhenh from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/mgmt/client


Added Files:
        haclient.zh_CN.po 


Log Message:
add Chinese support to GUI client




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

Message: 2
Date: Sun, 11 Dec 2005 22:09:41 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: mgmt by sunjd from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

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

Dir     : linux-ha/mgmt/client


Modified Files:
        Makefile.am 


Log Message:
makefile polish: install mo files
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/mgmt/client/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 8 Dec 2005 15:23:56 -0000       1.6
+++ Makefile.am 12 Dec 2005 05:09:41 -0000      1.7
@@ -35,3 +35,9 @@
                          $(top_builddir)/lib/$(MGMT_DIR)/libmgmttls.la \
                          $(top_builddir)/lib/$(MGMT_DIR)/libmgmtcommon.la
 mgmtdtest_LDFLAGS      = `libgnutls-config --libs`
+
+mozhCNdir              = $(datadir)/locale/zh_CN/LC_MESSAGES
+mozhCN_DATA            = haclient.zh_CN.mo
+
+.po.mo:
+       $(MSGFMT) -o $@ $<




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

Message: 3
Date: Sun, 11 Dec 2005 22:14:49 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by sunjd from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : sunjd
Host    : 
Module  : linux-ha

Dir     : linux-ha


Modified Files:
        configure.in 


Log Message:
add MSGFMT
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -3 -r1.476 -r1.477
--- configure.in        9 Dec 2005 20:15:31 -0000       1.476
+++ configure.in        12 Dec 2005 05:14:48 -0000      1.477
@@ -10,7 +10,7 @@
 AC_INIT(heartbeat.spec.in)
 
 AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.476 $) dnl cvs revision
+AC_REVISION($Revision: 1.477 $) dnl cvs revision
 AC_CANONICAL_HOST
 
 
@@ -373,6 +373,8 @@
 AC_SUBST(SWIG)
 AC_PATH_PROGS(EGREP, egrep)
 AC_SUBST(EGREP)
+AC_PATH_PROGS(MSGFMT, msgfmt, [msgfmt not found],)
+AC_SUBST(MSGFMT)
 
 AC_PATH_PROGS(GZIP, gzip)
 AC_PATH_PROGS(TAR, tar)




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

Message: 4
Date: Mon, 12 Dec 2005 07:27:46 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by blaschke from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : blaschke
Host    : 
Project : linux-ha
Module  : heartbeat

Dir     : linux-ha/heartbeat


Modified Files:
        config.c 


Log Message:

Fix BEAM "errors" from bug 990


===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/config.c,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -3 -r1.186 -r1.187
--- config.c    9 Dec 2005 22:33:11 -0000       1.186
+++ config.c    12 Dec 2005 14:27:45 -0000      1.187
@@ -1,4 +1,4 @@
-/* $Id: config.c,v 1.186 2005/12/09 22:33:11 alan Exp $ */
+/* $Id: config.c,v 1.187 2005/12/12 14:27:45 blaschke Exp $ */
 /*
  * Parse various heartbeat configuration files...
  *
@@ -896,7 +896,8 @@
                                ,       WikiName
                                ,       Directives[j].name
                                ,       Directives[j].defaultvalue
-                               ,       Directives[j].explanation);
+                               ,       Directives[j].explanation
+                               ?       Directives[j].explanation : "");
                        }
                }
        } else {
@@ -923,7 +924,8 @@
                                ,       Directives[j].name
                                ,       cmaxlen, cmaxlen
                                ,       Directives[j].defaultvalue
-                               ,       Directives[j].explanation);
+                               ,       Directives[j].explanation
+                               ?       Directives[j].explanation : "");
                        }
                }
        }
@@ -2400,6 +2402,10 @@
 
 /*
  * $Log: config.c,v $
+ * Revision 1.187  2005/12/12 14:27:45  blaschke
+ *
+ * Fix BEAM "errors" from bug 990
+ *
  * Revision 1.186  2005/12/09 22:33:11  alan
  * Disallowed the nomalpoll option.
  * Fixed some text that I broke :-(




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

_______________________________________________
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 27
********************************************

Reply via email to