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


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=2f1dc4126454777de07118dbec83822b8a42f210
Commit:        2f1dc4126454777de07118dbec83822b8a42f210
Parent:        abfd395f0dca54a3bdb9d47b52b2d49818a932e2
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:50:45 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 62bd33f..8bc16dd 100644
--- a/cman/init.d/qdiskd
+++ b/cman/init.d/qdiskd
@@ -28,7 +28,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]