Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 4/7] acct-group/mail: Add 'mail' group (GID 12 on Linux)
Date: Thu, 20 Jun 2019 10:12:49
Message-Id: 20190620101114.5361-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] User/group assignment: ftp, mail, postmaster by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 acct-group/mail/mail-0.ebuild | 9 +++++++++
4 acct-group/mail/metadata.xml | 8 ++++++++
5 2 files changed, 17 insertions(+)
6 create mode 100644 acct-group/mail/mail-0.ebuild
7 create mode 100644 acct-group/mail/metadata.xml
8
9 diff --git a/acct-group/mail/mail-0.ebuild b/acct-group/mail/mail-0.ebuild
10 new file mode 100644
11 index 000000000000..3e6491a31e24
12 --- /dev/null
13 +++ b/acct-group/mail/mail-0.ebuild
14 @@ -0,0 +1,9 @@
15 +# Copyright 2019 Gentoo Authors
16 +# Distributed under the terms of the GNU General Public License v2
17 +
18 +EAPI=7
19 +
20 +inherit acct-group
21 +
22 +DESCRIPTION="Mail program group"
23 +ACCT_GROUP_ID=12
24 diff --git a/acct-group/mail/metadata.xml b/acct-group/mail/metadata.xml
25 new file mode 100644
26 index 000000000000..e6f3bf582ab7
27 --- /dev/null
28 +++ b/acct-group/mail/metadata.xml
29 @@ -0,0 +1,8 @@
30 +<?xml version="1.0" encoding="UTF-8"?>
31 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 +<pkgmetadata>
33 + <maintainer type="person">
34 + <email>eras@g.o</email>
35 + <name>Eray Aslan</name>
36 + </maintainer>
37 +</pkgmetadata>
38 --
39 2.22.0

Replies