commit:     ba0dd542dff82af130f1fd0a60444257e18eb20e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 01:50:07 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 03:06:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0dd542

acct-{group,user}/smmsp: add groups for mail-mta/sendmail

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 acct-group/smmsp/metadata.xml   |  5 +++++
 acct-group/smmsp/smmsp-0.ebuild |  8 ++++++++
 acct-user/smmsp/metadata.xml    |  5 +++++
 acct-user/smmsp/smmsp-0.ebuild  | 12 ++++++++++++
 4 files changed, 30 insertions(+)

diff --git a/acct-group/smmsp/metadata.xml b/acct-group/smmsp/metadata.xml
new file mode 100644
index 00000000000..7a38bb90096
--- /dev/null
+++ b/acct-group/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-group/smmsp/smmsp-0.ebuild b/acct-group/smmsp/smmsp-0.ebuild
new file mode 100644
index 00000000000..8e082171329
--- /dev/null
+++ b/acct-group/smmsp/smmsp-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=209

diff --git a/acct-user/smmsp/metadata.xml b/acct-user/smmsp/metadata.xml
new file mode 100644
index 00000000000..7a38bb90096
--- /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 00000000000..93ed467d151
--- /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

Reply via email to