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 24771138330 for ; Fri, 14 Oct 2016 19:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C37CE0B6E; Fri, 14 Oct 2016 19:04:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4256BE0B6E for ; Fri, 14 Oct 2016 19:04:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C3753410E6 for ; Fri, 14 Oct 2016 19:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B66232FC for ; Fri, 14 Oct 2016 19:04:53 +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: <1476471822.85131640bbbc50c7d19cb56e2b45dff8f680548d.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.3.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 85131640bbbc50c7d19cb56e2b45dff8f680548d X-VCS-Branch: master Date: Fri, 14 Oct 2016 19:04:53 +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: d7da8b69-0ffd-4c41-b59c-890fe9506aef X-Archives-Hash: 2e0a6f98a984ae39c14eab6a0f4a40fa commit: 85131640bbbc50c7d19cb56e2b45dff8f680548d Author: Patrick McLean gentoo org> AuthorDate: Fri Oct 14 19:03:42 2016 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Oct 14 19:03:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85131640 sys-cluster/ceph: Allow setting the UID and GID for the ceph user Package-Manager: portage-2.3.2 sys-cluster/ceph/ceph-10.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/ceph/ceph-10.2.3.ebuild b/sys-cluster/ceph/ceph-10.2.3.ebuild index 9027cfb..6fd74ab 100644 --- a/sys-cluster/ceph/ceph-10.2.3.ebuild +++ b/sys-cluster/ceph/ceph-10.2.3.ebuild @@ -130,8 +130,8 @@ check-reqs_export_vars() { } user_setup() { - enewgroup ceph - enewuser ceph -1 -1 /var/lib/ceph ceph + enewgroup ceph ${CEPH_GID} + enewuser ceph "${CEPH_UID:--1}" -1 /var/lib/ceph ceph } emake_python_bindings() {