This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=370f6547ab23e0f977847a1743604f0a4ffee878 The branch, master has been updated via 370f6547ab23e0f977847a1743604f0a4ffee878 (commit) from fab9f623b0f415251296e76c1ea2290fb8e4befd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 370f6547ab23e0f977847a1743604f0a4ffee878 Author: Fabio M. Di Nitto <[EMAIL PROTECTED]> Date: Thu Apr 24 10:57:15 2008 +0200 [CCS] Document -d (debugging) switch Signed-off-by: Fabio M. Di Nitto <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ccs/daemon/ccsd.c | 2 +- ccs/man/ccsd.8 | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ccs/daemon/ccsd.c b/ccs/daemon/ccsd.c index 55be7f1..5fd61fb 100644 --- a/ccs/daemon/ccsd.c +++ b/ccs/daemon/ccsd.c @@ -280,7 +280,7 @@ static void print_usage(FILE *stream){ " -h Help.\n" " -m <addr> Specify multicast address (\"default\" ok).\n" " -n No Daemon. Run in the foreground.\n" - /* " -p <file> Specify the location of the pid file.\n"*/ + " -d Enable debugging output.\n" " -t <ttl> Multicast threshold (aka Time to Live) value.\n" " -P [bcf]:# Specify various port numbers.\n" " -V Print version information.\n" diff --git a/ccs/man/ccsd.8 b/ccs/man/ccsd.8 index f961f02..9df63bb 100644 --- a/ccs/man/ccsd.8 +++ b/ccs/man/ccsd.8 @@ -72,6 +72,9 @@ Set the multicast threshold (aka time to live). .TP \fB-V\fP Print the version information. +.TP +\fB-d\fP +Enable debugging output. .SH SEE ALSO ccs(7), cman(5), ccs_tool(8), ccs_test(8), cluster.conf(5) hooks/post-receive -- Cluster Project
