Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Sat, 29 Aug 2015 03:03:19
Message-Id: 1440817247.f2549bf9ab2169e59a5debf59a78ff78c59d55c2.prometheanfire@gentoo
1 commit: f2549bf9ab2169e59a5debf59a78ff78c59d55c2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 02:58:39 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 03:00:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2549bf9
7
8 sys-auth/keystone: make keystone install configs with correct perms
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-auth/keystone/keystone-2015.1.1.ebuild | 1 +
13 sys-auth/keystone/keystone-2015.1.9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/sys-auth/keystone/keystone-2015.1.1.ebuild b/sys-auth/keystone/keystone-2015.1.1.ebuild
17 index 47b6f3e..0e736d2 100644
18 --- a/sys-auth/keystone/keystone-2015.1.1.ebuild
19 +++ b/sys-auth/keystone/keystone-2015.1.1.ebuild
20 @@ -156,6 +156,7 @@ python_install() {
21 diropts -m 0750
22 keepdir /etc/keystone /var/log/keystone
23 insinto /etc/keystone
24 + insopts -m0640 -okeystone -gkeystone
25 doins etc/keystone.conf.sample etc/logging.conf.sample
26 doins etc/default_catalog.templates etc/policy.json
27 doins etc/policy.v3cloudsample.json etc/keystone-paste.ini
28
29 diff --git a/sys-auth/keystone/keystone-2015.1.9999.ebuild b/sys-auth/keystone/keystone-2015.1.9999.ebuild
30 index 843687a..a3ab5b1 100644
31 --- a/sys-auth/keystone/keystone-2015.1.9999.ebuild
32 +++ b/sys-auth/keystone/keystone-2015.1.9999.ebuild
33 @@ -157,6 +157,7 @@ python_install() {
34 diropts -m 0750
35 keepdir /etc/keystone /var/log/keystone
36 insinto /etc/keystone
37 + insopts -m0640 -okeystone -gkeystone
38 doins etc/keystone.conf.sample etc/logging.conf.sample
39 doins etc/default_catalog.templates etc/policy.json
40 doins etc/policy.v3cloudsample.json etc/keystone-paste.ini