diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-06-30 11:57:18 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-06-30 11:57:18 +0100 |
| commit | 5cca679cd5057a1962ef23ddbfb6e98b79b92129 (patch) | |
| tree | 5a9c349f83de144b1e8c7863443a1b180cd1e1a3 /ebin | |
| parent | 8bbcb423fb6f79cce91f29472d745f0b6e986c8c (diff) | |
| parent | ce658f9bbab8ef4df386b4845a5705a8f0728ff9 (diff) | |
| download | rabbitmq-server-git-5cca679cd5057a1962ef23ddbfb6e98b79b92129.tar.gz | |
Merge default into bug 21673
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 95d59b43e4..2cd28abb01 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -11,8 +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 +%% we also depend on crypto, public_key and ssl but they shouldn't be +%% in here as we don't actually want to start it {mod, {rabbit, []}}, {env, [{tcp_listeners, [{"0.0.0.0", 5672}]}, {ssl_listeners, []}, |
