From 3ff549a0fba647ddf6c4d9d3c533403949e55e59 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 1 Feb 2024 10:19:21 +0100 Subject: [PATCH] acct-user/dhcp: Add from Gentoo It's from Gentoo commit 124ad96264f65068e5d1a4865d40562b0569266b. --- .../portage-stable/acct-user/dhcp/dhcp-0-r2.ebuild | 12 ++++++++++++ .../portage-stable/acct-user/dhcp/metadata.xml | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/acct-user/dhcp/dhcp-0-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/acct-user/dhcp/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/acct-user/dhcp/dhcp-0-r2.ebuild b/sdk_container/src/third_party/portage-stable/acct-user/dhcp/dhcp-0-r2.ebuild new file mode 100644 index 0000000000..c526b058b7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/dhcp/dhcp-0-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2023 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/sdk_container/src/third_party/portage-stable/acct-user/dhcp/metadata.xml b/sdk_container/src/third_party/portage-stable/acct-user/dhcp/metadata.xml new file mode 100644 index 0000000000..65e1fc82d8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/dhcp/metadata.xml @@ -0,0 +1,7 @@ + + + + + base-system@gentoo.org + +