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

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


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

only message in thread, other threads:[~2009-02-27 14:51 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:51 cluster: STABLE2 - 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).