diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-07-04 14:48:43 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-07-04 14:48:43 +0100 |
| commit | 2547743c5806c8679ed54fe72e71b00d4210aebf (patch) | |
| tree | e5bf7e059a7e19edebd0290462a2aad1aa478fc9 /scripts | |
| parent | 7faa8b43e9fdbeedbfef8172ae5d96da3d8ab4c9 (diff) | |
| download | rabbitmq-server-git-2547743c5806c8679ed54fe72e71b00d4210aebf.tar.gz | |
Remove these that were merged by accident; we do distribution by hand now.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmqctl | 1 | ||||
| -rwxr-xr-x | scripts/rabbitmqctl.bat | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl index 495b06b3c4..032d10bf6b 100755 --- a/scripts/rabbitmqctl +++ b/scripts/rabbitmqctl @@ -27,7 +27,6 @@ exec ${ERL_DIR}erl \ -noinput \ -hidden \ ${RABBITMQ_CTL_ERL_ARGS} \ - -sname rabbitmqctl$$ \ -boot "${CLEAN_BOOT_FILE}" \ -sasl errlog_type error \ -mnesia dir "\"${RABBITMQ_MNESIA_DIR}\"" \ diff --git a/scripts/rabbitmqctl.bat b/scripts/rabbitmqctl.bat index 22eabf940b..a3734088f6 100755 --- a/scripts/rabbitmqctl.bat +++ b/scripts/rabbitmqctl.bat @@ -62,7 +62,6 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" ( !RABBITMQ_CTL_ERL_ARGS! ^
-sasl errlog_type error ^
-mnesia dir \""!RABBITMQ_MNESIA_DIR:\=/!"\" ^
--sname rabbitmqctl!RANDOM!!TIME:~9! ^
-s rabbit_control_main ^
-nodename !RABBITMQ_NODENAME! ^
-extra !STAR!
|
