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 BF6161384C0 for ; Sat, 29 Aug 2015 03:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5284D1412D; 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 E7C8E1412D for ; Sat, 29 Aug 2015 03:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8EFF340B9E for ; Sat, 29 Aug 2015 03:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C257172 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: <1440817455.2e848be7dd1a999d20a17656d5e9f2c92f7f455c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/cinder/cinder-2015.1.1.ebuild sys-cluster/cinder/cinder-2015.1.9999.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2e848be7dd1a999d20a17656d5e9f2c92f7f455c 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: 8af8ad4c-d516-4086-809e-979484c32510 X-Archives-Hash: 25c55df924e415f5d5411de6d3b3ff3d commit: 2e848be7dd1a999d20a17656d5e9f2c92f7f455c Author: Matthew Thode gentoo org> AuthorDate: Sat Aug 29 03:03:51 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Aug 29 03:04:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e848be7 sys-cluster/cinder: updating conf files to be installed with correct perms Package-Manager: portage-2.2.20.1 sys-cluster/cinder/cinder-2015.1.1.ebuild | 1 + sys-cluster/cinder/cinder-2015.1.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-cluster/cinder/cinder-2015.1.1.ebuild b/sys-cluster/cinder/cinder-2015.1.1.ebuild index 3ce9825..49fd0b8 100644 --- a/sys-cluster/cinder/cinder-2015.1.1.ebuild +++ b/sys-cluster/cinder/cinder-2015.1.1.ebuild @@ -174,6 +174,7 @@ python_install() { done insinto /etc/cinder + insopts -m0640 -o cinder -g cinder newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf" newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini" newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf" diff --git a/sys-cluster/cinder/cinder-2015.1.9999.ebuild b/sys-cluster/cinder/cinder-2015.1.9999.ebuild index d33474f..10f2360 100644 --- a/sys-cluster/cinder/cinder-2015.1.9999.ebuild +++ b/sys-cluster/cinder/cinder-2015.1.9999.ebuild @@ -175,6 +175,7 @@ python_install() { done insinto /etc/cinder + insopts -m0640 -o cinder -g cinder newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf" newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini" newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf"