From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70924139694 for ; Mon, 31 Jul 2017 20:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7449A1FC062; Mon, 31 Jul 2017 20:31:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 517B91FC062 for ; Mon, 31 Jul 2017 20:31:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06B88341817 for ; Mon, 31 Jul 2017 20:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EAE174C3 for ; Mon, 31 Jul 2017 20:31:31 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1501533083.5c514bb2ebc2a05b3861e36c841e0dd9e43dca3e.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-10.2.9-r1.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5c514bb2ebc2a05b3861e36c841e0dd9e43dca3e X-VCS-Branch: master Date: Mon, 31 Jul 2017 20:31:31 +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: a9c9fa73-09a8-49b9-a0ff-6afe075d5a9d X-Archives-Hash: 07db76bb67af7bcbed692ef9bf50bac1 commit: 5c514bb2ebc2a05b3861e36c841e0dd9e43dca3e Author: Patrick McLean gentoo org> AuthorDate: Mon Jul 31 20:31:00 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Jul 31 20:31:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c514bb2 sys-cluster/ceph: Make sure env.d file is numbered in 10.2.9-r1 Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-cluster/ceph/ceph-10.2.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-10.2.9-r1.ebuild b/sys-cluster/ceph/ceph-10.2.9-r1.ebuild index 9650b2dff20..7d477491a49 100644 --- a/sys-cluster/ceph/ceph-10.2.9-r1.ebuild +++ b/sys-cluster/ceph/ceph-10.2.9-r1.ebuild @@ -276,7 +276,7 @@ src_install() { insinto /etc/sysctl.d newins "${FILESDIR}"/sysctld 90-${PN}.conf - use tcmalloc && newenvd "${FILESDIR}"/envd-tcmalloc ${PN}-tcmalloc + use tcmalloc && newenvd "${FILESDIR}"/envd-tcmalloc 99${PN}-tcmalloc systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" "ceph-mds@.service" systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" "ceph-osd@.service"