From 162a4f3cbefde03dd22728cef773472b6cc79e8e Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 20 Dec 2019 13:24:55 +0000 Subject: acct-user/xrootd: new user for UID 469 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 (limited to 'acct-user/xrootd') diff --git a/acct-user/xrootd/metadata.xml b/acct-user/xrootd/metadata.xml new file mode 100644 index 000000000000..46a304a17de5 --- /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 000000000000..7b0eaaf9584c --- /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 -- cgit v1.2.3-65-gdbad