From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1FCB1384C0 for ; Sat, 29 Aug 2015 03:03:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC4051419F; Sat, 29 Aug 2015 03:03:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 701491419F for ; Sat, 29 Aug 2015 03:03:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08C6E340BAB for ; Sat, 29 Aug 2015 03:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492FC16B for ; Sat, 29 Aug 2015 03:03:13 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1440817247.f2549bf9ab2169e59a5debf59a78ff78c59d55c2.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-2015.1.1.ebuild sys-auth/keystone/keystone-2015.1.9999.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f2549bf9ab2169e59a5debf59a78ff78c59d55c2 X-VCS-Branch: master Date: Sat, 29 Aug 2015 03:03:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 491a1d27-a9be-4ace-b405-83aae1e864f5 X-Archives-Hash: ef87a23cfd6e8e3a622f9dd96d7de71a commit: f2549bf9ab2169e59a5debf59a78ff78c59d55c2 Author: Matthew Thode gentoo org> AuthorDate: Sat Aug 29 02:58:39 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Aug 29 03:00:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2549bf9 sys-auth/keystone: make keystone install configs with correct perms Package-Manager: portage-2.2.20.1 sys-auth/keystone/keystone-2015.1.1.ebuild | 1 + sys-auth/keystone/keystone-2015.1.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-auth/keystone/keystone-2015.1.1.ebuild b/sys-auth/keystone/keystone-2015.1.1.ebuild index 47b6f3e..0e736d2 100644 --- a/sys-auth/keystone/keystone-2015.1.1.ebuild +++ b/sys-auth/keystone/keystone-2015.1.1.ebuild @@ -156,6 +156,7 @@ python_install() { diropts -m 0750 keepdir /etc/keystone /var/log/keystone insinto /etc/keystone + insopts -m0640 -okeystone -gkeystone doins etc/keystone.conf.sample etc/logging.conf.sample doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini diff --git a/sys-auth/keystone/keystone-2015.1.9999.ebuild b/sys-auth/keystone/keystone-2015.1.9999.ebuild index 843687a..a3ab5b1 100644 --- a/sys-auth/keystone/keystone-2015.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2015.1.9999.ebuild @@ -157,6 +157,7 @@ python_install() { diropts -m 0750 keepdir /etc/keystone /var/log/keystone insinto /etc/keystone + insopts -m0640 -okeystone -gkeystone doins etc/keystone.conf.sample etc/logging.conf.sample doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini