commit: 5e0b777813109bb87eff1c3dd9dcc575fe0c9472 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Sun Mar 7 11:56:59 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 11:56:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0b7778
net-dns/pdnsd: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild index f0ea71dfd7b..8769b15cfd5 100644 --- a/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit systemd tmpfiles DESCRIPTION="Proxy DNS server with permanent caching" HOMEPAGE="http://members.home.nl/p.a.rombouts/pdnsd/" @@ -53,7 +53,7 @@ src_install() { newconfd "${FILESDIR}/pdnsd.confd" pdnsd newinitd "${FILESDIR}/pdnsd.online.2" pdnsd-online newconfd "${FILESDIR}/pdnsd-online.confd" pdnsd-online - systemd_newtmpfilesd "${FILESDIR}/pdnsd.tmpfiles" pdnsd.conf + newtmpfiles "${FILESDIR}/pdnsd.tmpfiles" pdnsd.conf systemd_dounit "${FILESDIR}/pdnsd.service" }
