From bf4c57db0c03b551a61cf6ea119445aa6d2f4e8a Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 27 Aug 2019 14:49:16 -0400 Subject: acct-group/ntp: add 'ntp' group (GID 123) Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Craig Andrews --- acct-group/ntp/metadata.xml | 8 ++++++++ acct-group/ntp/ntp-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 acct-group/ntp/metadata.xml create mode 100644 acct-group/ntp/ntp-0.ebuild (limited to 'acct-group') diff --git a/acct-group/ntp/metadata.xml b/acct-group/ntp/metadata.xml new file mode 100644 index 000000000000..3e60a9a347a4 --- /dev/null +++ b/acct-group/ntp/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/acct-group/ntp/ntp-0.ebuild b/acct-group/ntp/ntp-0.ebuild new file mode 100644 index 000000000000..adc40de65944 --- /dev/null +++ b/acct-group/ntp/ntp-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=123 -- cgit v1.2.3-65-gdbad