summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-plugins
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-01-30 11:54:50 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-01-30 11:54:50 +0000
commitc909a478212e7868adf1f5639fad200cb2b9700d (patch)
treed0ad7bdad5194db419e4e2f42451e1246adf4c02 /scripts/rabbitmq-plugins
parent9160a9c5a48ddf3cd7b7d56bd2f6207e279c6677 (diff)
parentb33133fa00f04a412476dff1717e9732bed8e21f (diff)
downloadrabbitmq-server-git-c909a478212e7868adf1f5639fad200cb2b9700d.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" \