* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/
@ 2017-08-31 16:55 99% Matt Thode
0 siblings, 0 replies; 1+ results
From: Matt Thode @ 2017-08-31 16:55 UTC (permalink / raw
To: gentoo-commits
commit: ad215263df354e6dad0b55a57ed05b2fe8f4bd59
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 16:53:41 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 16:55:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad215263
sys-cluster/swift: fix bug 629446
Package-Manager: Portage-2.3.6, Repoman-2.3.3
sys-cluster/swift/{swift-2.15.1.ebuild => swift-2.15.1-r1.ebuild} | 3 ++-
sys-cluster/swift/swift-2017.2.9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys-cluster/swift/swift-2.15.1.ebuild b/sys-cluster/swift/swift-2.15.1-r1.ebuild
similarity index 97%
rename from sys-cluster/swift/swift-2.15.1.ebuild
rename to sys-cluster/swift/swift-2.15.1-r1.ebuild
index 6ce4c0551b2..fdef2dc4126 100644
--- a/sys-cluster/swift/swift-2.15.1.ebuild
+++ b/sys-cluster/swift/swift-2.15.1-r1.ebuild
@@ -101,7 +101,8 @@ python_install_all() {
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
fi
- fowners swift:swift "/etc/swift" || die "fowners failed"
+ fowners root:swift "/etc/swift" || die "fowners failed"
+ fperms 0750 /etc/swift
}
pkg_postinst() {
diff --git a/sys-cluster/swift/swift-2017.2.9999.ebuild b/sys-cluster/swift/swift-2017.2.9999.ebuild
index 60d709c4ec2..bba5692f08c 100644
--- a/sys-cluster/swift/swift-2017.2.9999.ebuild
+++ b/sys-cluster/swift/swift-2017.2.9999.ebuild
@@ -102,7 +102,8 @@ python_install_all() {
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
fi
- fowners swift:swift "/etc/swift" || die "fowners failed"
+ fowners root:swift "/etc/swift" || die "fowners failed"
+ fperms 0750 /etc/swift
}
pkg_postinst() {
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-08-31 16:55 99% [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/ Matt Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox