public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: fabbione@sourceware.org
To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com
Subject: Cluster Project branch, STABLE2, updated. cluster-2.03.02-4-g557412e
Date: Thu, 08 May 2008 05:27:00 -0000	[thread overview]
Message-ID: <20080508052724.31572.qmail@sourceware.org> (raw)

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=557412e9fbe9e69cf371e16514f415389e7e5231

The branch, STABLE2 has been updated
       via  557412e9fbe9e69cf371e16514f415389e7e5231 (commit)
      from  d1e87179a96c22fc8716e098cfe43cc652c3b50a (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 557412e9fbe9e69cf371e16514f415389e7e5231
Author: Marc - A. Dahlhaus <mad@wol.de>
Date:   Thu May 8 07:23:21 2008 +0200

    [MISC] Add version string to -V options of dlm_tool and group deamons
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

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

Summary of changes:
 dlm/tool/main.c           |    4 ++--
 group/daemon/main.c       |    3 ++-
 group/dlm_controld/main.c |    3 ++-
 group/gfs_controld/main.c |    3 ++-
 group/tool/main.c         |    4 ++--
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dlm/tool/main.c b/dlm/tool/main.c
index 814a3bb..2871674 100644
--- a/dlm/tool/main.c
+++ b/dlm/tool/main.c
@@ -99,8 +99,8 @@ static void decode_arguments(int argc, char **argv)
 			break;
 
 		case 'V':
-			printf("%s (built %s %s)\n",
-				prog_name, __DATE__, __TIME__);
+			printf("%s %s (built %s %s)\n",
+				prog_name, RELEASE_VERSION, __DATE__, __TIME__);
 			/* printf("%s\n", REDHAT_COPYRIGHT); */
 			exit(EXIT_SUCCESS);
 			break;
diff --git a/group/daemon/main.c b/group/daemon/main.c
index af7d5bd..7c60073 100644
--- a/group/daemon/main.c
+++ b/group/daemon/main.c
@@ -884,7 +884,8 @@ static void decode_arguments(int argc, char **argv)
 			break;
 
 		case 'V':
-			printf("groupd (built %s %s)\n", __DATE__, __TIME__);
+			printf("groupd %s (built %s %s)\n",
+				RELEASE_VERSION, __DATE__, __TIME__);
 			/* printf("%s\n", REDHAT_COPYRIGHT); */
 			exit(EXIT_SUCCESS);
 			break;
diff --git a/group/dlm_controld/main.c b/group/dlm_controld/main.c
index 98585fc..0ef731c 100644
--- a/group/dlm_controld/main.c
+++ b/group/dlm_controld/main.c
@@ -784,7 +784,8 @@ static void decode_arguments(int argc, char **argv)
 			break;
 
 		case 'V':
-			printf("dlm_controld (built %s %s)\n", __DATE__, __TIME__);
+			printf("dlm_controld %s (built %s %s)\n",
+				RELEASE_VERSION, __DATE__, __TIME__);
 			/* printf("%s\n", REDHAT_COPYRIGHT); */
 			exit(EXIT_SUCCESS);
 			break;
diff --git a/group/gfs_controld/main.c b/group/gfs_controld/main.c
index b2edc32..42b365f 100644
--- a/group/gfs_controld/main.c
+++ b/group/gfs_controld/main.c
@@ -886,7 +886,8 @@ static void decode_arguments(int argc, char **argv)
 			break;
 
 		case 'V':
-			printf("gfs_controld (built %s %s)\n", __DATE__, __TIME__);
+			printf("gfs_controld %s (built %s %s)\n",
+				RELEASE_VERSION, __DATE__, __TIME__);
 			/* printf("%s\n", REDHAT_COPYRIGHT); */
 			exit(EXIT_SUCCESS);
 			break;
diff --git a/group/tool/main.c b/group/tool/main.c
index f1915ad..d15f14f 100644
--- a/group/tool/main.c
+++ b/group/tool/main.c
@@ -132,8 +132,8 @@ static void decode_arguments(int argc, char **argv)
 			break;
 
 		case 'V':
-			printf("%s (built %s %s)\n",
-				prog_name, __DATE__, __TIME__);
+			printf("%s %s (built %s %s)\n",
+				prog_name, RELEASE_VERSION, __DATE__, __TIME__);
 			/* printf("%s\n", REDHAT_COPYRIGHT); */
 			exit(EXIT_SUCCESS);
 			break;


hooks/post-receive
--
Cluster Project


                 reply	other threads:[~2008-05-08  5:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080508052724.31572.qmail@sourceware.org \
    --to=fabbione@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    --cc=cluster-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).