From: Lars Wendler Date: Fri, 24 Jan 2020 21:41:31 +0000 (+0100) Subject: acct-user/dhcp: Initial commit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=59c4353fd7badfae11b66e9263463f736e620623;p=gentoo.git acct-user/dhcp: Initial commit Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Lars Wendler --- diff --git a/acct-user/dhcp/dhcp-0.ebuild b/acct-user/dhcp/dhcp-0.ebuild new file mode 100644 index 000000000000..d27eca296a9d --- /dev/null +++ b/acct-user/dhcp/dhcp-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for dhcp daemon" +ACCT_USER_ID=300 +ACCT_USER_GROUPS=( dhcp ) + +acct-user_add_deps diff --git a/acct-user/dhcp/metadata.xml b/acct-user/dhcp/metadata.xml new file mode 100644 index 000000000000..f540000d5aab --- /dev/null +++ b/acct-user/dhcp/metadata.xml @@ -0,0 +1,7 @@ + + + + + base-system@gentoo.org + +