summaryrefslogtreecommitdiff
path: root/packaging/common
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2009-11-05 14:39:49 +0000
committerDavid Wragg <dpw@lshift.net>2009-11-05 14:39:49 +0000
commitc88ed6566ea28116fb303c9c8ffcc52d78c2968b (patch)
tree965ace8810a484bcf68a887ee999e68e46f56dd5 /packaging/common
parent2cf30f366aced9bf3e02d28360f588cd0aac8586 (diff)
downloadrabbitmq-server-git-c88ed6566ea28116fb303c9c8ffcc52d78c2968b.tar.gz
Move epmd killing from the init script to the Debian postrm script
Diffstat (limited to 'packaging/common')
-rw-r--r--packaging/common/rabbitmq-server.init2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/common/rabbitmq-server.init b/packaging/common/rabbitmq-server.init
index dc30597569..39d239835c 100644
--- a/packaging/common/rabbitmq-server.init
+++ b/packaging/common/rabbitmq-server.init
@@ -66,8 +66,6 @@ stop_rabbitmq () {
$DAEMON stop_all > ${INIT_LOG_DIR}/shutdown_log 2> ${INIT_LOG_DIR}/shutdown_err
RETVAL=$?
if [ $RETVAL = 0 ] ; then
- # Try to stop epmd if run by the rabbitmq user
- pkill -u rabbitmq epmd || :
[ -n "$LOCK_FILE" ] && rm -rf $LOCK_FILE
else
echo FAILED - check ${INIT_LOG_DIR}/shutdown_log, _err