diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-26 10:17:12 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-26 10:17:12 +0100 |
commit | 228887715982912539547f4af770589c05a50b54 (patch) | |
tree | 6a106cce68403c69ec66355952fef82c4d7cdf8d /packaging | |
parent | 7a58f836896da8ba06ae5376f08e4f45f81923bd (diff) | |
download | rabbitmq-server-228887715982912539547f4af770589c05a50b54.tar.gz |
remove references to cluster_config_file
Also, add cluster_nodes to the .app file.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macports/Portfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index f30460d3..e37a45b3 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -75,7 +75,7 @@ post-destroot { reinplace -E "s:(/etc/rabbitmq/rabbitmq.conf):${prefix}\\1:g" \ ${realsbin}/rabbitmq-env - foreach var {CONFIG_FILE CLUSTER_CONFIG_FILE LOG_BASE MNESIA_BASE PIDS_FILE} { + foreach var {CONFIG_FILE LOG_BASE MNESIA_BASE PIDS_FILE} { reinplace -E "s:^($var)=/:\\1=${prefix}/:" \ ${realsbin}/rabbitmq-multi \ ${realsbin}/rabbitmq-server \ |