From 59c4353fd7badfae11b66e9263463f736e620623 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 24 Jan 2020 22:41:31 +0100 Subject: acct-user/dhcp: Initial commit Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Lars Wendler --- acct-user/dhcp/dhcp-0.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 acct-user/dhcp/dhcp-0.ebuild (limited to 'acct-user/dhcp/dhcp-0.ebuild') 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 -- cgit v1.2.3-65-gdbad