From: Craig Andrews Date: Tue, 27 Aug 2019 18:49:42 +0000 (-0400) Subject: acct-user/ntp: add 'ntp' user (UID 123) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b50ba9b24196ecdb357fadc170a8f366b20185d;p=gentoo.git acct-user/ntp: add 'ntp' user (UID 123) Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Craig Andrews --- 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