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: STABLE3 - qdiskd: Fix init script 'restart' operation


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3fed2f6c704c711efe5dfe0d065e3c1691837c23
Commit:        3fed2f6c704c711efe5dfe0d065e3c1691837c23
Parent:        d4aeef8fe62f34932f2448fe466e8038947fc15a
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:44:28 2009 -0500

qdiskd: Fix init script 'restart' operation

rhbz485199

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

diff --git a/cman/init.d/qdiskd.in b/cman/init.d/qdiskd.in
index f2512ba..e40654e 100644
--- a/cman/init.d/qdiskd.in
+++ b/cman/init.d/qdiskd.in
@@ -63,7 +63,7 @@ case "$1" in
   start)
 	echo -n "Starting the Quorum Disk Daemon: "
 
-	$0 status >/dev/null
+	status qdiskd >/dev/null
 	if [ $? -eq 0 ]; then
 		success
 		echo


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