From 6b50ba9b24196ecdb357fadc170a8f366b20185d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 27 Aug 2019 14:49:42 -0400 Subject: [PATCH] acct-user/ntp: add 'ntp' user (UID 123) Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Craig Andrews --- acct-user/ntp/metadata.xml | 8 ++++++++ acct-user/ntp/ntp-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/ntp/metadata.xml create mode 100644 acct-user/ntp/ntp-0.ebuild diff --git a/acct-user/ntp/metadata.xml b/acct-user/ntp/metadata.xml new file mode 100644 index 000000000000..3e60a9a347a4 --- /dev/null +++ b/acct-user/ntp/metadata.xml @@ -0,0 +1,8 @@ + + + + + base-system@gentoo.org + Gentoo Base System + + diff --git a/acct-user/ntp/ntp-0.ebuild b/acct-user/ntp/ntp-0.ebuild new file mode 100644 index 000000000000..69d774eb2d40 --- /dev/null +++ b/acct-user/ntp/ntp-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for ntp daemon" +ACCT_USER_ID=123 +ACCT_USER_GROUPS=( ntp ) + +acct-user_add_deps -- 2.26.2