acct-user/amavis: new user (UID 333)

RFC on the developer mailing list did not raise any objections.

Closes: https://github.com/gentoo/gentoo/pull/13265
Signed-off-by: Ralph Seichter <gentoo@seichter.de>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Ralph Seichter
2020-02-13 13:25:49 +01:00
committed by David Seifert
parent 6278707726
commit 4fb442b311
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
ACCT_USER_ID=333
ACCT_USER_GROUPS=( amavis )
ACCT_USER_HOME=/var/lib/amavishome
DESCRIPTION="User for mail-filter/amavisd-new"
acct-user_add_deps

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>antivirus@gentoo.org</email>
<name>Gentoo Antivirus Project</name>
</maintainer>
<maintainer type="person">
<email>gentoo@seichter.de</email>
<name>Ralph Seichter</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>