From c71204fcda467d8b916abd223d30a355332721a4 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 8 Dec 2019 13:32:45 -0500 Subject: [PATCH] acct-group/netdev: add 'netdev' group (GID 64) Signed-off-by: Anthony G. Basile --- acct-group/netdev/metadata.xml | 8 ++++++++ acct-group/netdev/netdev-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/netdev/metadata.xml create mode 100644 acct-group/netdev/netdev-0.ebuild diff --git a/acct-group/netdev/metadata.xml b/acct-group/netdev/metadata.xml new file mode 100644 index 000000000000..d920e3ba3e56 --- /dev/null +++ b/acct-group/netdev/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/acct-group/netdev/netdev-0.ebuild b/acct-group/netdev/netdev-0.ebuild new file mode 100644 index 000000000000..fcb3bae88525 --- /dev/null +++ b/acct-group/netdev/netdev-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="group for netdev (avahi)" +ACCT_GROUP_ID=64 -- 2.26.2