diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-11-27 23:30:38 +0000 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-11-27 23:30:38 +0000 |
| commit | 1b1a4291ae483f8dd64707932247ce715ae4e88a (patch) | |
| tree | d7fdc61a22fa107728c10974f2169f93ff1054f0 /packaging/windows | |
| parent | ca3b1520af6f2d7a0502d550bb174493b0f7ccf9 (diff) | |
| download | rabbitmq-server-git-1b1a4291ae483f8dd64707932247ce715ae4e88a.tar.gz | |
Various cosmetic changes to the rabbitmq service
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/Makefile | 3 | ||||
| -rw-r--r-- | packaging/windows/rabbitmq-service.pod | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index b052f40a0c..9d16fd9fb3 100644 --- a/packaging/windows/Makefile +++ b/packaging/windows/Makefile @@ -2,7 +2,6 @@ VERSION=0.0.0 SOURCE_DIR=rabbitmq-server-$(VERSION) TARGET_DIR=rabbitmq_server-$(VERSION) TARGET_ZIP=rabbitmq-server-windows-$(VERSION) -TOP_DIR=$(shell pwd) dist: make -C ../.. VERSION=$(VERSION) srcdist @@ -20,7 +19,7 @@ dist: rm -rf $(SOURCE_DIR)/docs mv $(SOURCE_DIR) $(TARGET_DIR) - pod2text --loose $(TOP_DIR)/rabbitmq-service.pod $(TARGET_DIR)/readme-service.txt + pod2text --loose rabbitmq-service.pod $(TARGET_DIR)/readme-service.txt unix2dos $(TARGET_DIR)/readme-service.txt zip -r $(TARGET_ZIP).zip $(TARGET_DIR) rm -rf $(TARGET_DIR) diff --git a/packaging/windows/rabbitmq-service.pod b/packaging/windows/rabbitmq-service.pod index d2ee48f9ac..6a97c435d9 100644 --- a/packaging/windows/rabbitmq-service.pod +++ b/packaging/windows/rabbitmq-service.pod @@ -21,7 +21,7 @@ By default the service will run in the authentication context of the local system account. It is therefore necessary to synchronise Erlang cookies between the local system account (typically C<C:\WINDOWS\.erlang.cookie> and the account that will be used to -run B<rabbitctl>. +run B<rabbitmqctl>. =head1 COMMANDS |
