diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-02-28 00:27:47 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-28 00:41:22 +0100 |
commit | b6a0a3b29c5ed2e6645851c283c1b081b025a175 (patch) | |
tree | 90d12921b8757ef436f1747ec419274e0048ef44 /acct-group/fax | |
parent | dev-python/webassets: add patch for Python 3.9 (diff) | |
download | gentoo-b6a0a3b29c5ed2e6645851c283c1b081b025a175.tar.gz gentoo-b6a0a3b29c5ed2e6645851c283c1b081b025a175.tar.bz2 gentoo-b6a0a3b29c5ed2e6645851c283c1b081b025a175.zip |
acct-group/fax: add group for net-dialup/mgetty
While Arch uses GID 69 and Fedora 78, we can't use that, as it's already
taken by another group user, so we will use instead a different free
GID. This will be GID 320.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group/fax')
-rw-r--r-- | acct-group/fax/fax-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/fax/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/fax/fax-0.ebuild b/acct-group/fax/fax-0.ebuild new file mode 100644 index 000000000000..2e9923179f3e --- /dev/null +++ b/acct-group/fax/fax-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for net-dialup/mgetty" + +ACCT_GROUP_ID="320" diff --git a/acct-group/fax/metadata.xml b/acct-group/fax/metadata.xml new file mode 100644 index 000000000000..3e3880cf1051 --- /dev/null +++ b/acct-group/fax/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> +</pkgmetadata> |