summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-16 21:50:07 -0400
committerAaron Bauman <bman@gentoo.org>2020-08-16 23:06:40 -0400
commitba0dd542dff82af130f1fd0a60444257e18eb20e (patch)
treeffc2c26cbc4e8dfe296b96ea461dfcfe98453465 /acct-user/smmsp
parentpackage.mask: Last rite dev-python/notify-python (diff)
downloadgentoo-ba0dd542dff82af130f1fd0a60444257e18eb20e.tar.gz
gentoo-ba0dd542dff82af130f1fd0a60444257e18eb20e.tar.bz2
gentoo-ba0dd542dff82af130f1fd0a60444257e18eb20e.zip
acct-{group,user}/smmsp: add groups for mail-mta/sendmail
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'acct-user/smmsp')
-rw-r--r--acct-user/smmsp/metadata.xml5
-rw-r--r--acct-user/smmsp/smmsp-0.ebuild12
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-user/smmsp/metadata.xml b/acct-user/smmsp/metadata.xml
new file mode 100644
index 000000000000..7a38bb900964
--- /dev/null
+++ b/acct-user/smmsp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/acct-user/smmsp/smmsp-0.ebuild b/acct-user/smmsp/smmsp-0.ebuild
new file mode 100644
index 000000000000..93ed467d1512
--- /dev/null
+++ b/acct-user/smmsp/smmsp-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for sendmail daemon"
+ACCT_USER_ID=209
+ACCT_USER_GROUPS=( mail )
+
+acct-user_add_deps