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: tools by andrew from
([email protected])
2. Linux-HA CVS: tools by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 9 Apr 2006 11:05:26 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: tools by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : tools
Dir : linux-ha/tools
Modified Files:
attrd_updater.c
Log Message:
help text improvements
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/tools/attrd_updater.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- attrd_updater.c 9 Apr 2006 16:54:51 -0000 1.2
+++ attrd_updater.c 9 Apr 2006 17:05:26 -0000 1.3
@@ -1,4 +1,4 @@
-/* $Id: attrd_updater.c,v 1.2 2006/04/09 16:54:51 andrew Exp $ */
+/* $Id: attrd_updater.c,v 1.3 2006/04/09 17:05:26 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -148,9 +148,11 @@
fprintf(stream, "\t-n <string>\tthe attribute that changed\n");
fprintf(stream, "\t-v <string>\tthe attribute's value\n");
fprintf(stream, "\t\tIf no value is supplied, the attribute value for
this node will be deleted\n");
- fprintf(stream, "\t-d <string>\tthe time to delay in case further
cahnges occur\n");
+ fprintf(stream, "\t-d <string>\tthe time to wait (dampening) further
changes occur\n");
fprintf(stream, "\t-s <string>\tthe attribute set in which to place the
value\n");
+ fprintf(stream, "\t\tMost people have no need to specify this\n");
fprintf(stream, "\t-S <string>\tthe section in which to place the
value\n");
+ fprintf(stream, "\t\tMost people have no need to specify this\n");
fflush(stream);
exit(exit_status);
------------------------------
Message: 2
Date: Sun, 9 Apr 2006 11:08:18 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: tools by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : tools
Dir : linux-ha/tools
Modified Files:
Makefile.am
Log Message:
Tweak the makefile
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/tools/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 9 Apr 2006 12:50:04 -0000 1.15
+++ Makefile.am 9 Apr 2006 17:08:18 -0000 1.16
@@ -22,7 +22,7 @@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_builddir)/linux-ha -I$(top_srcdir)/linux-ha
-EXTRA_DIST = ccdv.c
+EXTRA_DIST = ccdv.c attrd.h
apigid = @HA_APIGID@
habindir = @bindir@
@@ -33,7 +33,6 @@
sbin_PROGRAMS = attrd_updater
halib_SCRIPTS = haresources2cib.py
halib_PROGRAMS = attrd
-include_HEADERS = attrd.h
## SOURCES
ccdv: $(top_srcdir)/tools/ccdv.c
------------------------------
_______________________________________________
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 49
********************************************