summaryrefslogtreecommitdiff
path: root/packaging/common
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-02-09 16:52:05 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-02-09 16:52:05 +0000
commit190f53514c8313a12b8a9bea1f2b63e55d072ff8 (patch)
tree62a44a306a820a1d7cd35b0c5c1648a617a93c71 /packaging/common
parent4bccb8b893fd3557cd12b4dcef903d3f347ba367 (diff)
downloadrabbitmq-server-git-190f53514c8313a12b8a9bea1f2b63e55d072ff8.tar.gz
Undo 3b4956543c30
Diffstat (limited to 'packaging/common')
-rw-r--r--packaging/common/rabbitmq-server.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/common/rabbitmq-server.init b/packaging/common/rabbitmq-server.init
index e05cfc1bf8..ea21f098dc 100644
--- a/packaging/common/rabbitmq-server.init
+++ b/packaging/common/rabbitmq-server.init
@@ -79,9 +79,9 @@ stop_rabbitmq () {
status_rabbitmq() {
set +e
if [ "$1" != "quiet" ] ; then
- $CONTROL init_status 2>&1
+ $CONTROL status 2>&1
else
- $CONTROL init_status > /dev/null 2>&1
+ $CONTROL status > /dev/null 2>&1
fi
if [ $? != 0 ] ; then
RETVAL=3