* [gentoo-commits] repo/gentoo:master commit in: acct-user/smtpd/
@ 2020-02-05 12:29 Jason A. Donenfeld
0 siblings, 0 replies; only message in thread
From: Jason A. Donenfeld @ 2020-02-05 12:29 UTC (permalink / raw
To: gentoo-commits
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>zx2c4@gentoo.org</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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-05 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-05 12:29 [gentoo-commits] repo/gentoo:master commit in: acct-user/smtpd/ Jason A. Donenfeld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox