diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2009-02-17 22:06:17 +0000 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2009-02-17 22:06:17 +0000 |
| commit | 3059d8c2905bb153f801ce3364bdaa4d1c9e181b (patch) | |
| tree | ce9fb665af840410723005e971b092f14e4d286f /packaging/debs | |
| parent | 80d5c58c42d6ed73f067b374ed352ec5721fdb95 (diff) | |
| download | rabbitmq-server-git-3059d8c2905bb153f801ce3364bdaa4d1c9e181b.tar.gz | |
Fixed sed to properly handle rabbitmq.conf.5 and updated other man pages.
/etc/rabbitmq is no longer owned by rabbitmq user.
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst index 21d14170a6..05fb179cbf 100644 --- a/packaging/debs/Debian/debian/postinst +++ b/packaging/debs/Debian/debian/postinst @@ -31,7 +31,6 @@ fi chown -R rabbitmq:rabbitmq /var/lib/rabbitmq chown -R rabbitmq:rabbitmq /var/log/rabbitmq -chown -R rabbitmq:rabbitmq /etc/rabbitmq case "$1" in configure) |
