diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-27 16:19:50 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-27 16:19:50 +0100 |
| commit | fabe615f03ce12cdfa7ddf1a8ed0a5eb1c23ce32 (patch) | |
| tree | 8581ea0b1b4cc39c94c75114779e2b07cec4840d /packaging/windows | |
| parent | 32d6e55012f7db98b7a40ee06e943e063ddd49c7 (diff) | |
| parent | 96682191f028615959994aca91b2d0dd73591b95 (diff) | |
| download | rabbitmq-server-git-fabe615f03ce12cdfa7ddf1a8ed0a5eb1c23ce32.tar.gz | |
Merge in stable
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/Makefile | 2 | ||||
| -rw-r--r-- | packaging/windows/README-etc | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index 57ed891a39..53fc31fcfd 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -11,6 +11,7 @@ dist: mv $(SOURCE_DIR)/scripts/*.bat $(SOURCE_DIR)/sbin mkdir $(SOURCE_DIR)/etc cp $(SOURCE_DIR)/docs/rabbitmq.config.example $(SOURCE_DIR)/etc/rabbitmq.config.example + cp README-etc $(SOURCE_DIR)/etc/README.txt rm -rf $(SOURCE_DIR)/scripts rm -rf $(SOURCE_DIR)/codegen* $(SOURCE_DIR)/Makefile $(SOURCE_DIR)/*mk rm -f $(SOURCE_DIR)/README @@ -29,6 +30,7 @@ dist: todos $(TARGET_DIR)/LICENSE* todos $(TARGET_DIR)/plugins/README.txt todos $(TARGET_DIR)/etc/rabbitmq.config.example + todos $(TARGET_DIR)/etc/README.txt rm -rf $(TARGET_DIR)/plugins-src zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR) rm -rf $(TARGET_DIR) rabbitmq-service.html diff --git a/packaging/windows/README-etc b/packaging/windows/README-etc new file mode 100644 index 0000000000..807698e81f --- /dev/null +++ b/packaging/windows/README-etc @@ -0,0 +1,7 @@ +In this directory you can find an example configuration file for RabbitMQ. + +Note that this directory is *not* where the real RabbitMQ +configuration lives. The default location for the real configuration +file is %APPDATA%\RabbitMQ\rabbitmq.config. + +%APPDATA% usually expands to C:\Users\%USERNAME%\AppData\Roaming or similar. |
