This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: RHEL5 - qdiskd: Fix init script 'restart' operation


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=b5e25182b52437d4c1e821cb881c6fffe4808ff8
Commit:        b5e25182b52437d4c1e821cb881c6fffe4808ff8
Parent:        714dfb2b160aa37e225dfbd4584422c66dbedc96
Author:        Juanjo Villaplana <villapla@si.uji.es>
AuthorDate:    Thu Feb 26 15:28:16 2009 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Feb 27 09:56:48 2009 -0500

qdiskd: Fix init script 'restart' operation

rhbz485199

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 cman/init.d/qdiskd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/init.d/qdiskd b/cman/init.d/qdiskd
index 0a2c97a..35972ad 100755
--- a/cman/init.d/qdiskd
+++ b/cman/init.d/qdiskd
@@ -21,7 +21,7 @@ case "$1" in
   start)
 	echo -n "Starting the Quorum Disk Daemon:"
 
-	$0 status >/dev/null
+	status qdiskd >/dev/null
 	if [ $? -eq 0 ]; then
 		echo_success
 		echo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]