public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - qdiskd: Fix init script 'restart' operation
@ 2009-02-27 14:45 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-02-27 14:45 UTC (permalink / raw)
  To: cluster-cvs-relay

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


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

only message in thread, other threads:[~2009-02-27 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-27 14:45 cluster: STABLE3 - qdiskd: Fix init script 'restart' operation Lon Hohberger

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