public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - cman: Fix typo that caused start-up to fail
@ 2008-10-06 21:22 Ryan McCabe
  0 siblings, 0 replies; only message in thread
From: Ryan McCabe @ 2008-10-06 21:22 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0c80e08741cb0619a2f973b2d0f15d35894b694c
Commit:        0c80e08741cb0619a2f973b2d0f15d35894b694c
Parent:        324a4ffc12821ddde1f583a214e98ba9c8c2540c
Author:        Ryan McCabe <rmccabe@redhat.com>
AuthorDate:    Mon Oct 6 17:20:55 2008 -0400
Committer:     Ryan McCabe <rmccabe@redhat.com>
CommitterDate: Mon Oct 6 17:20:55 2008 -0400

cman: Fix typo that caused start-up to fail

"/usr/sbin/cman_tool" should be "/sbin/cman_tool"
---
 cman/init.d/cman |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/init.d/cman b/cman/init.d/cman
index f500937..9229584 100644
--- a/cman/init.d/cman
+++ b/cman/init.d/cman
@@ -240,7 +240,7 @@ start_daemons()
 
 start_fence()
 {
-    /usr/sbin/cman_tool status | grep Flags | grep 2node &> /dev/null
+    /sbin/cman_tool status | grep Flags | grep 2node &> /dev/null
     if [ $? -ne 0 ]
     then
         errmsg=$( /sbin/fence_tool -w -t $FENCED_START_TIMEOUT join \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-06 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-06 21:22 master - cman: Fix typo that caused start-up to fail Ryan McCabe

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).