summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild')
-rw-r--r--net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild4
1 files 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 f0ea71dfd7bc..8769b15cfd58 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"
}