diff options
author | 2024-01-14 23:08:28 +0100 | |
---|---|---|
committer | 2024-03-18 20:48:17 +0100 | |
commit | 4f5ec337e2f03ee67a769da81cbad4a93c94a259 (patch) | |
tree | f93920908ca53751c24c5864aeb43cc365f337f7 /acct-user/named/named-0-r3.ebuild | |
parent | acct-user/nagios: update EAPI 7 -> 8 (diff) | |
download | gentoo-4f5ec337e2f03ee67a769da81cbad4a93c94a259.tar.gz gentoo-4f5ec337e2f03ee67a769da81cbad4a93c94a259.tar.bz2 gentoo-4f5ec337e2f03ee67a769da81cbad4a93c94a259.zip |
acct-user/named: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/named/named-0-r3.ebuild')
-rw-r--r-- | acct-user/named/named-0-r3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/named/named-0-r3.ebuild b/acct-user/named/named-0-r3.ebuild new file mode 100644 index 000000000000..471b7d103410 --- /dev/null +++ b/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 |