summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2020-02-05 13:20:47 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2020-02-05 13:29:28 +0100
commit36737ac7762fa10ca5441a3d682d0728e14fd38e (patch)
treebaf90dd90b763f823dc01b5a7dfbbaa9b44c6a2e /acct-user/smtpd/smtpd-0.ebuild
parentnet-analyzer/nmap: Drop obsolete patch (diff)
downloadgentoo-36737ac7762fa10ca5441a3d682d0728e14fd38e.tar.gz
gentoo-36737ac7762fa10ca5441a3d682d0728e14fd38e.tar.bz2
gentoo-36737ac7762fa10ca5441a3d682d0728e14fd38e.zip
acct-user/smtpd: add for opensmtpd
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'acct-user/smtpd/smtpd-0.ebuild')
-rw-r--r--acct-user/smtpd/smtpd-0.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/acct-user/smtpd/smtpd-0.ebuild b/acct-user/smtpd/smtpd-0.ebuild
new file mode 100644
index 000000000000..1a15db05401e
--- /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