Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Mon, 31 Jul 2017 20:31:37
Message-Id: 1501533083.5c514bb2ebc2a05b3861e36c841e0dd9e43dca3e.chutzpah@gentoo
1 commit: 5c514bb2ebc2a05b3861e36c841e0dd9e43dca3e
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 20:31:00 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 20:31:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c514bb2
7
8 sys-cluster/ceph: Make sure env.d file is numbered in 10.2.9-r1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/ceph/ceph-10.2.9-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/ceph/ceph-10.2.9-r1.ebuild b/sys-cluster/ceph/ceph-10.2.9-r1.ebuild
16 index 9650b2dff20..7d477491a49 100644
17 --- a/sys-cluster/ceph/ceph-10.2.9-r1.ebuild
18 +++ b/sys-cluster/ceph/ceph-10.2.9-r1.ebuild
19 @@ -276,7 +276,7 @@ src_install() {
20 insinto /etc/sysctl.d
21 newins "${FILESDIR}"/sysctld 90-${PN}.conf
22
23 - use tcmalloc && newenvd "${FILESDIR}"/envd-tcmalloc ${PN}-tcmalloc
24 + use tcmalloc && newenvd "${FILESDIR}"/envd-tcmalloc 99${PN}-tcmalloc
25
26 systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" "ceph-mds@.service"
27 systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" "ceph-osd@.service"