diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2015-01-16 15:59:06 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2015-01-16 15:59:06 +0300 |
| commit | b2b6ce51f8d94dab9b3162db524ea1a4ca8ce4b7 (patch) | |
| tree | 2756d1428b48fe5c46f360571e88688cc99444d9 /scripts/rabbitmqctl.bat | |
| parent | 7346bfbabed632077e8c1f6974811b9b541bfc72 (diff) | |
| parent | ab8e9607153020a34345c60d124bd385c55f6f02 (diff) | |
| download | rabbitmq-server-git-b2b6ce51f8d94dab9b3162db524ea1a4ca8ce4b7.tar.gz | |
merge bug26426 into default
Diffstat (limited to 'scripts/rabbitmqctl.bat')
| -rwxr-xr-x | scripts/rabbitmqctl.bat | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/rabbitmqctl.bat b/scripts/rabbitmqctl.bat index 6eb2530a4e..a3734088f6 100755 --- a/scripts/rabbitmqctl.bat +++ b/scripts/rabbitmqctl.bat @@ -27,14 +27,6 @@ if "!RABBITMQ_BASE!"=="" ( set RABBITMQ_BASE=!APPDATA!\RabbitMQ
)
-if "!RABBITMQ_USE_LONGNAME!"=="" (
- set RABBITMQ_NAME_TYPE="-sname"
-)
-
-if "!RABBITMQ_USE_LONGNAME!"=="true" (
- set RABBITMQ_NAME_TYPE="-name"
-)
-
if "!COMPUTERNAME!"=="" (
set COMPUTERNAME=localhost
)
@@ -63,10 +55,6 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" ( exit /B
)
-rem rabbitmqctl starts distribution itself, so we need to make sure epmd
-rem is running.
-"!ERLANG_HOME!\bin\erl.exe" !RABBITMQ_NAME_TYPE! rabbitmqctl-prelaunch-!RANDOM!!TIME:~9! -noinput -eval "erlang:halt()."
-
"!ERLANG_HOME!\bin\erl.exe" ^
-pa "!TDP0!..\ebin" ^
-noinput ^
|
