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 8AA45138334 for ; Fri, 20 Dec 2019 13:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB69E0960; Fri, 20 Dec 2019 13:26:12 +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 49B3EE098F for ; Fri, 20 Dec 2019 13:26:12 +0000 (UTC) Received: from lasciel.localdomain (hx-dnat-249.ebi.ac.uk [193.62.194.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marecki) by smtp.gentoo.org (Postfix) with ESMTPSA id A5ED734DA3B for ; Fri, 20 Dec 2019 13:26:10 +0000 (UTC) From: Marek Szuba To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 2/2] acct-user/xrootd: new user for UID 469 Date: Fri, 20 Dec 2019 13:25:21 +0000 Message-Id: <20191220132521.578353-2-marecki@gentoo.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20191220132521.578353-1-marecki@gentoo.org> References: <20191220132521.578353-1-marecki@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 58eb9de1-81bf-4a1b-acbc-d1a61efe42e4 X-Archives-Hash: 0000d977e6665cfc583c10114a7495d1 enewuser in net-libs/xrootd ebuilds has set the home directory to "${EPREFIX}"/var/spool/xrootd but as far as I can recall from my personal experience or see in the documentation, it isn't really necessary for that user to have a home directory. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba --- acct-user/xrootd/metadata.xml | 8 ++++++++ acct-user/xrootd/xrootd-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/xrootd/metadata.xml create mode 100644 acct-user/xrootd/xrootd-0.ebuild diff --git a/acct-user/xrootd/metadata.xml b/acct-user/xrootd/metadata.xml new file mode 100644 index 00000000000..46a304a17de --- /dev/null +++ b/acct-user/xrootd/metadata.xml @@ -0,0 +1,8 @@ + + + + + sci-physics@gentoo.org + Gentoo Physics Project + + diff --git a/acct-user/xrootd/xrootd-0.ebuild b/acct-user/xrootd/xrootd-0.ebuild new file mode 100644 index 00000000000..7b0eaaf9584 --- /dev/null +++ b/acct-user/xrootd/xrootd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the XRootD server" +ACCT_USER_ID=469 +ACCT_USER_GROUPS=( "${PN}" ) + +acct-user_add_deps -- 2.24.1