summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-24 13:42:59 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-24 13:42:59 +0000
commitb5f4ad4de0691a29d4ae22a840d4b6f830c1947f (patch)
tree602f9c26f9607656d957e6574ad8ea4509c6c1b5 /packaging/debs
parent6574ee12f9e23f3e82d396874638f366e4e6ae98 (diff)
downloadrabbitmq-server-git-b5f4ad4de0691a29d4ae22a840d4b6f830c1947f.tar.gz
First pass at a multi-free init script.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index ab05f73225..d937fbb2eb 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -23,7 +23,6 @@ package: clean
cp -r debian $(UNPACKED_DIR)
cp $(COMMON_DIR)/* $(UNPACKED_DIR)/debian/
sed -i \
- -e 's|^DEFAULTS_FILE=.*$$|DEFAULTS_FILE=/etc/default/rabbitmq|' \
-e 's|^LOCK_FILE=.*$$|LOCK_FILE=|' \
$(UNPACKED_DIR)/debian/rabbitmq-server.init
sed -i -e 's|@SU_RABBITMQ_SH_C@|su rabbitmq -s /bin/sh -c|' \