summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-plugins
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-02-04 12:42:27 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-02-04 12:42:27 +0000
commit6e025090032c42f033314f12595eda51d8d0db05 (patch)
tree9619c4de3e3275f06ee4857b855fe408b4d3b454 /scripts/rabbitmq-plugins
parentc11482bfaf6886571eed19efedb41588475d2cbf (diff)
parent9a167fe6b2d12bd453f4f80d70b1e57ab594e754 (diff)
downloadrabbitmq-server-git-6e025090032c42f033314f12595eda51d8d0db05.tar.gz
stable to default
Diffstat (limited to 'scripts/rabbitmq-plugins')
-rwxr-xr-xscripts/rabbitmq-plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins
index 84ed9fdc53..d595620042 100755
--- a/scripts/rabbitmq-plugins
+++ b/scripts/rabbitmq-plugins
@@ -19,12 +19,12 @@
# Non-empty defaults should be set in rabbitmq-env
. `dirname $0`/rabbitmq-env
+RABBITMQ_USE_LONGNAME=${RABBITMQ_USE_LONGNAME} \
exec ${ERL_DIR}erl \
-pa "${RABBITMQ_HOME}/ebin" \
-noinput \
-hidden \
${RABBITMQ_PLUGINS_ERL_ARGS} \
- ${RABBITMQ_NAME_TYPE} rabbitmq-plugins$$ \
-boot "${CLEAN_BOOT_FILE}" \
-s rabbit_plugins_main \
-enabled_plugins_file "$RABBITMQ_ENABLED_PLUGINS_FILE" \