From 69243062ae5a286f4965dc0d0790e9d1f1667faa Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 5 Feb 2020 13:22:46 +0100 Subject: [PATCH] acct-group/smtpd: add for opensmtpd Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld --- acct-group/smtpd/metadata.xml | 8 ++++++++ acct-group/smtpd/smtpd-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/smtpd/metadata.xml create mode 100644 acct-group/smtpd/smtpd-0.ebuild diff --git a/acct-group/smtpd/metadata.xml b/acct-group/smtpd/metadata.xml new file mode 100644 index 000000000000..915f00227065 --- /dev/null +++ b/acct-group/smtpd/metadata.xml @@ -0,0 +1,8 @@ + + + + + zx2c4@gentoo.org + Jason A. Donenfeld + + diff --git a/acct-group/smtpd/smtpd-0.ebuild b/acct-group/smtpd/smtpd-0.ebuild new file mode 100644 index 000000000000..b09abd76d858 --- /dev/null +++ b/acct-group/smtpd/smtpd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="daemon group for smtpd" +ACCT_GROUP_ID=25 -- 2.26.2