diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-04-25 13:32:27 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-04-25 13:32:27 +0100 |
| commit | 9ceb8aced6dbca5655516f2146fe60da38d7c1a7 (patch) | |
| tree | 4ac86aa163ae90ca54f0b51712c2fe3b420d0e17 /packaging/debs | |
| parent | cce0b20f788bf4fee898c100da555a5db12cdced (diff) | |
| download | rabbitmq-server-git-9ceb8aced6dbca5655516f2146fe60da38d7c1a7.tar.gz | |
Move the Debian init script to its natural place
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/Makefile | 1 | ||||
| -rw-r--r-- | packaging/debs/Debian/debian/rabbitmq-server.init (renamed from packaging/debs/Debian/rabbitmq-server.init) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile index cfe91652f8..844388c6f4 100644 --- a/packaging/debs/Debian/Makefile +++ b/packaging/debs/Debian/Makefile @@ -22,7 +22,6 @@ package: clean tar -zxf $(DEBIAN_ORIG_TARBALL) cp -r debian $(UNPACKED_DIR) cp $(COMMON_DIR)/* $(UNPACKED_DIR)/debian/ - cp rabbitmq-server.init $(UNPACKED_DIR)/debian/rabbitmq-server.init sed -i -e 's|@SU_RABBITMQ_SH_C@|su rabbitmq -s /bin/sh -c|' \ $(UNPACKED_DIR)/debian/rabbitmq-script-wrapper chmod a+x $(UNPACKED_DIR)/debian/rules diff --git a/packaging/debs/Debian/rabbitmq-server.init b/packaging/debs/Debian/debian/rabbitmq-server.init index f514b9744b..f514b9744b 100644 --- a/packaging/debs/Debian/rabbitmq-server.init +++ b/packaging/debs/Debian/debian/rabbitmq-server.init |
