From 2c9c612b5489777bd3bf085fcfbb4a7c5278c2a5 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Tue, 19 Oct 2021 22:02:50 +0200 Subject: [PATCH] acct-user/fcron: add user (120) fcron Bug: https://bugs.gentoo.org/781518 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki Signed-off-by: Anthony G. Basile --- acct-user/fcron/fcron-0.ebuild | 13 +++++++++++++ acct-user/fcron/metadata.xml | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 acct-user/fcron/fcron-0.ebuild create mode 100644 acct-user/fcron/metadata.xml diff --git a/acct-user/fcron/fcron-0.ebuild b/acct-user/fcron/fcron-0.ebuild new file mode 100644 index 000000000000..2cf35de584c6 --- /dev/null +++ b/acct-user/fcron/fcron-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for sys-process/fcron" + +ACCT_USER_GROUPS=( "fcron" ) +ACCT_USER_ID="120" + +acct-user_add_deps diff --git a/acct-user/fcron/metadata.xml b/acct-user/fcron/metadata.xml new file mode 100644 index 000000000000..891fc5d08472 --- /dev/null +++ b/acct-user/fcron/metadata.xml @@ -0,0 +1,12 @@ + + + + + whissi@gentoo.org + Thomas Deutschmann + + + blueness@gentoo.org + Anthony G. Basile + +