diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-06-17 16:26:07 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-06-17 16:26:07 +0100 |
| commit | 873a328c0467adca7a44e8ee4545f4b2404336e1 (patch) | |
| tree | 6082abd8ee40eb41159b962f0a02718a7b9d8248 /ebin | |
| parent | ca74c1e1091c837c79e8d2cd8c0156837481a18f (diff) | |
| parent | 369c7fa6b90cf063ac31288b62f56629e33e2bee (diff) | |
| download | rabbitmq-server-git-873a328c0467adca7a44e8ee4545f4b2404336e1.tar.gz | |
merging in default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 5be074920a..8e1c890eb2 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -11,6 +11,8 @@ rabbit_sup, rabbit_tcp_client_sup]}, {applications, [kernel, stdlib, sasl, mnesia, os_mon]}, +%% we also depend on ssl but it shouldn't be in here as we don't +%% actually want to start it {mod, {rabbit, []}}, {env, [{tcp_listeners, [{"0.0.0.0", 5672}]}, {extra_startup_steps, []}, |
