diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-09-05 14:38:34 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-09-05 14:38:34 +0100 |
| commit | 291c28ba9d292a05020ec3ef353dc1adfb6bdacf (patch) | |
| tree | bbd66d6d567616a61f1467b74dac419313c818df /packaging/debs | |
| parent | 0475dc41ed25c2e71c0f05e245d782dadb614e94 (diff) | |
| download | rabbitmq-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/dirs | 1 | ||||
| -rw-r--r-- | packaging/debs/Debian/debian/postinst | 1 |
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) |
