Skip to content

Commit

Permalink
Merge branch 'rabbitmq-server-68' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Mar 18, 2015
2 parents 397e5a1 + 65c6877 commit 8e2ae9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/RPMS/Fedora/rabbitmq-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ fi
if [ -f %{_sysconfdir}/rabbitmq/rabbitmq.conf ] && [ ! -f %{_sysconfdir}/rabbitmq/rabbitmq-env.conf ]; then
mv %{_sysconfdir}/rabbitmq/rabbitmq.conf %{_sysconfdir}/rabbitmq/rabbitmq-env.conf
fi
chmod -R o-rwx,g-w %{_localstatedir}/lib/rabbitmq/mnesia

%preun
if [ $1 = 0 ]; then
Expand Down
1 change: 1 addition & 0 deletions packaging/debs/Debian/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi
chown -R rabbitmq:rabbitmq /var/lib/rabbitmq
chown -R rabbitmq:rabbitmq /var/log/rabbitmq
chmod 750 /var/lib/rabbitmq/mnesia
chmod -R o-rwx,g-w /var/lib/rabbitmq/mnesia

case "$1" in
configure)
Expand Down

0 comments on commit 8e2ae9d

Please sign in to comment.