summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-06-02 11:08:52 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-06-02 11:08:52 +0100
commit1d72bbec0dbd79af9efc0fb81d48ff216e04a2de (patch)
treec4df9514d64a04a35b25a6921abe1eb0d1cb62a3 /src
parent0a21b9a748a8d38a1f4841da52b48063b4e99a2b (diff)
downloadrabbitmq-server-1d72bbec0dbd79af9efc0fb81d48ff216e04a2de.tar.gz
Undo unneeded change to boots
Diffstat (limited to 'src')
-rw-r--r--src/rabbit.erl13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 02477b65..e6e80b4a 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -39,12 +39,6 @@
{requires, pre_boot},
{enables, external_infrastructure}]}).
--rabbit_boot_step({rabbit_registry,
- [{description, "plugin registry"},
- {mfa, {rabbit_sup, start_child,
- [rabbit_registry]}},
- {enables, external_infrastructure}]}).
-
-rabbit_boot_step({database,
[{mfa, {rabbit_mnesia, init, []}},
{requires, file_handle_cache},
@@ -66,6 +60,13 @@
-rabbit_boot_step({external_infrastructure,
[{description, "external infrastructure ready"}]}).
+-rabbit_boot_step({rabbit_registry,
+ [{description, "plugin registry"},
+ {mfa, {rabbit_sup, start_child,
+ [rabbit_registry]}},
+ {requires, external_infrastructure},
+ {enables, kernel_ready}]}).
+
-rabbit_boot_step({rabbit_log,
[{description, "logging server"},
{mfa, {rabbit_sup, start_restartable_child,