diff options
| author | Loïc Hoguin <essen@ninenines.eu> | 2016-09-29 17:53:51 +0200 |
|---|---|---|
| committer | Loïc Hoguin <essen@ninenines.eu> | 2016-09-29 17:53:51 +0200 |
| commit | 3a2d1395cd63a6fe5f08d9a62bd06affda5ec521 (patch) | |
| tree | e19a4332a370a53220d5b8701476e31fc2cf8cfb | |
| parent | 8edcd88d01b5e3cef565219272d48e5f01d4e969 (diff) | |
| download | rabbitmq-server-git-3a2d1395cd63a6fe5f08d9a62bd06affda5ec521.tar.gz | |
Add comments
| -rw-r--r-- | src/rabbit.erl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index a86fd97925..bf1a667e14 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -442,6 +442,14 @@ stop_and_halt() -> start_apps(Apps) -> app_utils:load_applications(Apps), + +% io:read(prompt, ...), + + %% @todo Replace all values from {encrypted, ...} with decrypted. + %% rabbit_pbe -> term_to_binary/binary_to_term + %% loop application:get_all_env(Application) + %% application:set_env(Application, Par, Val) -> ok + OrderedApps = app_utils:app_dependency_order(Apps, false), case lists:member(rabbit, Apps) of false -> rabbit_boot_steps:run_boot_steps(Apps); %% plugin activation |
