diff --git a/acct-user/named/metadata.xml b/acct-user/named/metadata.xml new file mode 100644 index 0000000000000..ba1f1d99d449c --- /dev/null +++ b/acct-user/named/metadata.xml @@ -0,0 +1,12 @@ + + + + + idl0r@gentoo.org + Christian Ruppert + + + zlogene@gentoo.org + Mikle Kolyada + + diff --git a/acct-user/named/named-0.ebuild b/acct-user/named/named-0.ebuild new file mode 100644 index 0000000000000..103b3149f63d0 --- /dev/null +++ b/acct-user/named/named-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for net-dns/bind" + +ACCT_USER_ID=40 +ACCT_USER_HOME=/etc/bind +ACCT_USER_HOME_OWNER=named:named +ACCT_USER_GROUPS=( named ) + +acct-user_add_deps