From fc8999d6a5a0f5ced7e3be401c4e18abfb2c5bfb Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Sun, 8 Sep 2019 21:31:54 +0200 Subject: [PATCH] acct-group/{nofiles,qmail}: add the groups needed by qmail Signed-off-by: Rolf Eike Beer Signed-off-by: Joonas Niilola --- acct-group/nofiles/metadata.xml | 12 ++++++++++++ acct-group/nofiles/nofiles-0.ebuild | 8 ++++++++ acct-group/qmail/metadata.xml | 12 ++++++++++++ acct-group/qmail/qmail-0.ebuild | 8 ++++++++ 4 files changed, 40 insertions(+) create mode 100644 acct-group/nofiles/metadata.xml create mode 100644 acct-group/nofiles/nofiles-0.ebuild create mode 100644 acct-group/qmail/metadata.xml create mode 100644 acct-group/qmail/qmail-0.ebuild diff --git a/acct-group/nofiles/metadata.xml b/acct-group/nofiles/metadata.xml new file mode 100644 index 000000000000..984c50fcb5cd --- /dev/null +++ b/acct-group/nofiles/metadata.xml @@ -0,0 +1,12 @@ + + + + + eike@sf-mail.de + Rolf Eike Beer + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/nofiles/nofiles-0.ebuild b/acct-group/nofiles/nofiles-0.ebuild new file mode 100644 index 000000000000..46d6e49a0fe8 --- /dev/null +++ b/acct-group/nofiles/nofiles-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=200 diff --git a/acct-group/qmail/metadata.xml b/acct-group/qmail/metadata.xml new file mode 100644 index 000000000000..984c50fcb5cd --- /dev/null +++ b/acct-group/qmail/metadata.xml @@ -0,0 +1,12 @@ + + + + + eike@sf-mail.de + Rolf Eike Beer + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-group/qmail/qmail-0.ebuild b/acct-group/qmail/qmail-0.ebuild new file mode 100644 index 000000000000..9a1c1d8dc853 --- /dev/null +++ b/acct-group/qmail/qmail-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=201 -- 2.26.2