summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-03 13:51:45 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-03 13:51:45 +0100
commitc7a7b2e0e9a458c1a7d494ea5f529b3780c0eecd (patch)
treecbf3a76ec559f0b3f3c261b59fa4afa87d0d5e42
parentb3b720366e737a8e02560b4b362660cdf35bf6f2 (diff)
downloadrabbitmq-server-bug26179.tar.gz
Add a README file explaining this directory.bug26179
-rw-r--r--packaging/windows/Makefile2
-rw-r--r--packaging/windows/README-etc7
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 57ed891a..53fc31fc 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 00000000..807698e8
--- /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.