diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-03 13:51:45 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-03 13:51:45 +0100 |
| commit | 0873df5029f09fc04101c8fea9ebd212b6109ac1 (patch) | |
| tree | cbf3a76ec559f0b3f3c261b59fa4afa87d0d5e42 | |
| parent | 30926c2493f801bc3da81acb3ad3b3492a8bb5ca (diff) | |
| download | rabbitmq-server-git-0873df5029f09fc04101c8fea9ebd212b6109ac1.tar.gz | |
Add a README file explaining this directory.
| -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. |
