commit: 36737ac7762fa10ca5441a3d682d0728e14fd38e Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 12:20:47 2020 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 12:29:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36737ac7
acct-user/smtpd: add for opensmtpd Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> acct-user/smtpd/metadata.xml | 8 ++++++++ acct-user/smtpd/smtpd-0.ebuild | 13 +++++++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-user/smtpd/metadata.xml b/acct-user/smtpd/metadata.xml new file mode 100644 index 00000000000..915f0022706 --- /dev/null +++ b/acct-user/smtpd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Jason A. Donenfeld</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/smtpd/smtpd-0.ebuild b/acct-user/smtpd/smtpd-0.ebuild new file mode 100644 index 00000000000..1a15db05401 --- /dev/null +++ b/acct-user/smtpd/smtpd-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="daemon user for smtpd" +ACCT_USER_ID=25 +ACCT_USER_GROUPS=( smtpd ) +ACCT_USER_HOME=/var/empty + +acct-user_add_deps
