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 <conikost@gentoo.org>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Conrad Kostecki 2021-10-19 22:02:50 +02:00 committed by Anthony G. Basile
parent b4e4bbb89c
commit 2c9c612b54
No known key found for this signature in database
GPG Key ID: 37C5268BCB31EBD2
2 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>whissi@gentoo.org</email>
<name>Thomas Deutschmann</name>
</maintainer>
<maintainer type="person">
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
</pkgmetadata>