summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-25 15:45:13 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-25 15:45:13 +0100
commite47f91aa09663cd5969c824cca78fe03c5001589 (patch)
treecbfd119a6701ec88beea6a5b6cf5f2c16dd49446 /packaging
parent4e6377cc7d56d92f3f5721308591ba3c3872fb18 (diff)
downloadrabbitmq-server-git-e47f91aa09663cd5969c824cca78fe03c5001589.tar.gz
rebase on default
Diffstat (limited to 'packaging')
-rw-r--r--packaging/common/rabbitmq-server.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/common/rabbitmq-server.init b/packaging/common/rabbitmq-server.init
index 15fd5d5b46..450cac1575 100644
--- a/packaging/common/rabbitmq-server.init
+++ b/packaging/common/rabbitmq-server.init
@@ -81,7 +81,7 @@ stop_rabbitmq () {
status_rabbitmq quiet
if [ $RETVAL = 0 ] ; then
set +e
- $CONTROL stop > ${INIT_LOG_DIR}/shutdown_log 2> ${INIT_LOG_DIR}/shutdown_err
+ $CONTROL stop ${PID_FILE} > ${INIT_LOG_DIR}/shutdown_log 2> ${INIT_LOG_DIR}/shutdown_err
RETVAL=$?
set -e
if [ $RETVAL = 0 ] ; then