diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-02-24 10:10:05 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-02-24 10:10:05 +0000 |
| commit | 9c57bdf81f336be9ed79f61e92efc982490d52e3 (patch) | |
| tree | b683fce9798477e22a692e250dc035424782ba52 /packaging | |
| parent | 4c90882d2792dbec967ffddae164ce5e46d5b762 (diff) | |
| download | rabbitmq-server-git-9c57bdf81f336be9ed79f61e92efc982490d52e3.tar.gz | |
Rename rabbitmq-sys to rabbitmq-locations
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/generic-unix/Makefile | 4 | ||||
| -rw-r--r-- | packaging/generic-unix/rabbitmq-locations (renamed from packaging/generic-unix/rabbitmq-sys) | 0 | ||||
| -rw-r--r-- | packaging/macports/Portfile.in | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packaging/generic-unix/Makefile b/packaging/generic-unix/Makefile index 9014c3add8..5989d5c0fd 100644 --- a/packaging/generic-unix/Makefile +++ b/packaging/generic-unix/Makefile @@ -12,8 +12,8 @@ dist: MAN_DIR=`pwd`/$(TARGET_DIR)/share/man \ install - cp -f rabbitmq-sys $(TARGET_DIR)/sbin - chmod 0755 $(TARGET_DIR)/sbin/rabbitmq-sys + cp -f rabbitmq-locations $(TARGET_DIR)/sbin + chmod 0755 $(TARGET_DIR)/sbin/rabbitmq-locations mkdir -p $(TARGET_DIR)/etc/rabbitmq diff --git a/packaging/generic-unix/rabbitmq-sys b/packaging/generic-unix/rabbitmq-locations index 8812f8d22b..8812f8d22b 100644 --- a/packaging/generic-unix/rabbitmq-sys +++ b/packaging/generic-unix/rabbitmq-locations diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index 4124b141ca..cae0ebf319 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -91,9 +91,9 @@ post-destroot { xinstall -d -g [existsgroup ${servergroup}] -m 775 ${destroot}${mnesiadbdir} reinplace -E "s:^SYS_PREFIX=\${RABBITMQ_HOME}$:SYS_PREFIX=${prefix}:" \ - ${realsbin}/rabbitmq-sys + ${realsbin}/rabbitmq-locations reinplace -E "s:^SYS_PREFIX=$:SYS_PREFIX=${prefix}:" \ - ${realsbin}/rabbitmq-sys + ${realsbin}/rabbitmq-locations xinstall -m 555 ${filespath}/rabbitmq-script-wrapper \ ${wrappersbin}/rabbitmq-server |
