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
commitf4c47ea3cf0264003194a03dafe3ab1c1bf9be9f (patch)
tree62a44a306a820a1d7cd35b0c5c1648a617a93c71 /packaging/common
parentf3f1540b333309d4f2f74cb0a9520f7ff0d2d5da (diff)
downloadrabbitmq-server-f4c47ea3cf0264003194a03dafe3ab1c1bf9be9f.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 e05cfc1b..ea21f098 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