summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-08-27 14:49:42 -0400
committerCraig Andrews <candrews@gentoo.org>2019-08-28 13:05:17 -0400
commit6b50ba9b24196ecdb357fadc170a8f366b20185d (patch)
tree1058314008b23c29cdf015488635db28ed58f039 /acct-user/ntp/ntp-0.ebuild
parentacct-group/ntp: add 'ntp' group (GID 123) (diff)
downloadgentoo-6b50ba9b24196ecdb357fadc170a8f366b20185d.tar.gz
gentoo-6b50ba9b24196ecdb357fadc170a8f366b20185d.tar.bz2
gentoo-6b50ba9b24196ecdb357fadc170a8f366b20185d.zip
acct-user/ntp: add 'ntp' user (UID 123)
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'acct-user/ntp/ntp-0.ebuild')
-rw-r--r--acct-user/ntp/ntp-0.ebuild12
1 files changed, 12 insertions, 0 deletions
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