diff --git a/sdk_container/src/third_party/portage-stable/acct-user/named/metadata.xml b/sdk_container/src/third_party/portage-stable/acct-user/named/metadata.xml new file mode 100644 index 0000000000..bd6443d4a3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/named/metadata.xml @@ -0,0 +1,8 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + diff --git a/sdk_container/src/third_party/portage-stable/acct-user/named/named-0-r3.ebuild b/sdk_container/src/third_party/portage-stable/acct-user/named/named-0-r3.ebuild new file mode 100644 index 0000000000..471b7d1034 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/named/named-0-r3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for net-dns/bind" + +ACCT_USER_ID=40 +ACCT_USER_HOME=/etc/bind +ACCT_USER_GROUPS=( named ) + +acct-user_add_deps