summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-plugins
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-10-17 14:40:39 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-10-17 14:40:39 +0100
commit1780ff7927707c6424d857833b1931259b914901 (patch)
tree863fdba36bd64d26ca638fe12579bc77525c03ca /scripts/rabbitmq-plugins
parent383a64375102048030863b00dbc6e19253f75e6d (diff)
downloadrabbitmq-server-git-1780ff7927707c6424d857833b1931259b914901.tar.gz
Add RABBITMQ_USE_LONGNAME. Based on a patch from Marcos Diez but with fixes for the new way rabbitmqctl starts distribution, refactoring of common stuff into rabbitmq-env, not trimming the hostname, etc.
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 8b5b30b720..29c4b0c86a 100755
--- a/scripts/rabbitmq-plugins
+++ b/scripts/rabbitmq-plugins
@@ -23,7 +23,7 @@ exec ${ERL_DIR}erl \
-pa "${RABBITMQ_HOME}/ebin" \
-noinput \
-hidden \
- -sname rabbitmq-plugins$$ \
+ ${RABBITMQ_NAME_TYPE} rabbitmq-plugins$$ \
-boot "${CLEAN_BOOT_FILE}" \
-s rabbit_plugins_main \
-enabled_plugins_file "$RABBITMQ_ENABLED_PLUGINS_FILE" \