From: Lars Wendler Date: Tue, 6 Aug 2019 23:07:28 +0000 (+0200) Subject: acct-user/pdnsd: Initial commit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1e852beb2b7f34a9760d6b6dfb4695cfb9ed170;p=gentoo.git acct-user/pdnsd: Initial commit Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Lars Wendler --- diff --git a/acct-user/pdnsd/metadata.xml b/acct-user/pdnsd/metadata.xml new file mode 100644 index 000000000000..95aa13f6c5ef --- /dev/null +++ b/acct-user/pdnsd/metadata.xml @@ -0,0 +1,8 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + diff --git a/acct-user/pdnsd/pdnsd-0.ebuild b/acct-user/pdnsd/pdnsd-0.ebuild new file mode 100644 index 000000000000..dabec0b07942 --- /dev/null +++ b/acct-user/pdnsd/pdnsd-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for pdns daemon" +ACCT_USER_ID=184 +ACCT_USER_HOME=/var/lib/pdnsd +ACCT_USER_HOME_OWNER=pdnsd:root +ACCT_USER_GROUPS=( pdnsd ) + +acct-user_add_deps