diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2013-08-19 17:14:13 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2013-08-19 17:14:13 +0100 |
commit | 11049881a87eb51e9bf6efbb4d2ef1ee4be62bfe (patch) | |
tree | 2a3f21103e1d6050802ed32714d1e62763aeb0a5 /scripts/rabbitmq-defaults | |
parent | bd1305279e255adcf583afdd55a7cee18a9fcddb (diff) | |
parent | af4ef7640e817141615298c504e9129d14be1d9d (diff) | |
download | rabbitmq-server-bug24969.tar.gz |
Merge defaultbug24969
Diffstat (limited to 'scripts/rabbitmq-defaults')
-rw-r--r-- | scripts/rabbitmq-defaults | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index 4763f086..f4b131cd 100644 --- a/scripts/rabbitmq-defaults +++ b/scripts/rabbitmq-defaults @@ -11,13 +11,19 @@ ## ## The Original Code is RabbitMQ. ## -## The Initial Developer of the Original Code is VMware, Inc. -## Copyright (c) 2012 VMware, Inc. All rights reserved. +## The Initial Developer of the Original Code is GoPivotal, Inc. +## Copyright (c) 2012-2013 GoPivotal, Inc. All rights reserved. ## ### next line potentially updated in package install steps SYS_PREFIX= +### next line will be updated when generating a standalone release +ERL_DIR= + +CLEAN_BOOT_FILE=start_clean +SASL_BOOT_FILE=start_sasl + ## Set default values CONFIG_FILE=${SYS_PREFIX}/etc/rabbitmq/rabbitmq |