Fixed unix right of /var/log/keystone (Closes: #840221).

Change-Id: Idd210426954bd2a5bac8c69fb0c80052176b7938
This commit is contained in:
Thomas Goirand 2016-10-10 12:02:38 +02:00
parent 8baa6cc875
commit 86f715788d
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
keystone (2:10.0.0-2) UNRELEASED; urgency=medium
* Fixed unix right of /var/log/keystone (Closes: #840221).
-- Thomas Goirand <zigo@debian.org> Mon, 10 Oct 2016 11:53:43 +0200
keystone (2:10.0.0-1) unstable; urgency=medium
* New upstream release.

View File

@ -155,6 +155,8 @@ if [ "$1" = "configure" ] ; then
# pkgos_init ${k}
# done
chown keystone:adm /var/log/keystone
a2enmod wsgi || true
a2ensite wsgi-keystone.conf || true
invoke-rc.d apache2 restart || true