From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.00-46-g9ed5eeb
Date: 14 May 2008 08:52:01 -0000 [thread overview]
Message-ID: <20080514085201.2752.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=9ed5eebf3af21237ca0ff76e5d525d6f37d91ac7
The branch, master has been updated
via 9ed5eebf3af21237ca0ff76e5d525d6f37d91ac7 (commit)
from 446f78915e0d8f1964cb2cfccbced47768d215b9 (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 9ed5eebf3af21237ca0ff76e5d525d6f37d91ac7
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date: Wed May 14 00:31:48 2008 +0200
[CMAN] Fix path to cman_tool
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
cman/init.d/cman.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in
index 55358fd..dd63b96 100644
--- a/cman/init.d/cman.in
+++ b/cman/init.d/cman.in
@@ -101,15 +101,15 @@ start_ccsd()
start_cman()
{
# cman
- /usr/sbin/cman_tool status &> /dev/null
+ /sbin/cman_tool status &> /dev/null
if [ $? -ne 0 ]
then
- errmsg=$( /usr/sbin/cman_tool -t $CMAN_CLUSTER_TIMEOUT -w join \
+ errmsg=$( /sbin/cman_tool -t $CMAN_CLUSTER_TIMEOUT -w join \
$cman_join_opts 2>&1 ) || return 1
if [ $CMAN_QUORUM_TIMEOUT -gt 0 ]
then
- errmsg=$( /usr/sbin/cman_tool -t $CMAN_QUORUM_TIMEOUT \
+ errmsg=$( /sbin/cman_tool -t $CMAN_QUORUM_TIMEOUT \
-q wait 2>&1 ) || return 1
fi
fi
@@ -407,10 +407,10 @@ stop_ccsd()
stop_cman()
{
- /usr/sbin/cman_tool status &> /dev/null
+ /sbin/cman_tool status &> /dev/null
if [ $? -eq 0 ]
then
- errmsg=$( /usr/sbin/cman_tool -t $CMAN_SHUTDOWN_TIMEOUT \
+ errmsg=$( /sbin/cman_tool -t $CMAN_SHUTDOWN_TIMEOUT \
-w leave $1 2>&1 ) || return 1
fi
return 0 # all ok
hooks/post-receive
--
Cluster Project
reply other threads:[~2008-05-14 8:52 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=20080514085201.2752.qmail@sourceware.org \
--to=fabbione@sourceware.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.