summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-09-05 14:38:34 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-09-05 14:38:34 +0100
commit291c28ba9d292a05020ec3ef353dc1adfb6bdacf (patch)
treebbd66d6d567616a61f1467b74dac419313c818df /packaging/debs
parent0475dc41ed25c2e71c0f05e245d782dadb614e94 (diff)
downloadrabbitmq-server-git-291c28ba9d292a05020ec3ef353dc1adfb6bdacf.tar.gz
The custom seems to be to ensure the directory is created on startup.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/debian/dirs1
-rw-r--r--packaging/debs/Debian/debian/postinst1
2 files changed, 0 insertions, 2 deletions
diff --git a/packaging/debs/Debian/debian/dirs b/packaging/debs/Debian/debian/dirs
index 5cf167d5e6..625b7d41f5 100644
--- a/packaging/debs/Debian/debian/dirs
+++ b/packaging/debs/Debian/debian/dirs
@@ -4,7 +4,6 @@ usr/sbin
usr/share/man
var/lib/rabbitmq/mnesia
var/log/rabbitmq
-var/run/rabbitmq
etc/logrotate.d
etc/rabbitmq
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst
index ca531f14c6..b11340ef8a 100644
--- a/packaging/debs/Debian/debian/postinst
+++ b/packaging/debs/Debian/debian/postinst
@@ -32,7 +32,6 @@ fi
chown -R rabbitmq:rabbitmq /var/lib/rabbitmq
chown -R rabbitmq:rabbitmq /var/log/rabbitmq
-chown -R rabbitmq:rabbitmq /var/run/rabbitmq
case "$1" in
configure)