diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-17 14:40:39 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-17 14:40:39 +0100 |
| commit | 1780ff7927707c6424d857833b1931259b914901 (patch) | |
| tree | 863fdba36bd64d26ca638fe12579bc77525c03ca /scripts/rabbitmq-plugins | |
| parent | 383a64375102048030863b00dbc6e19253f75e6d (diff) | |
| download | rabbitmq-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-x | scripts/rabbitmq-plugins | 2 |
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" \ |
