diff options
author | 2021-03-07 12:56:59 +0100 | |
---|---|---|
committer | 2021-03-07 12:56:59 +0100 | |
commit | 5e0b777813109bb87eff1c3dd9dcc575fe0c9472 (patch) | |
tree | 19e052182048f3ee97dc3569f99c77d53dba6307 /net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | |
parent | net-dns/getdns: migrate to tmpfiles.eclass (diff) | |
download | gentoo-5e0b777813109bb87eff1c3dd9dcc575fe0c9472.tar.gz gentoo-5e0b777813109bb87eff1c3dd9dcc575fe0c9472.tar.bz2 gentoo-5e0b777813109bb87eff1c3dd9dcc575fe0c9472.zip |
net-dns/pdnsd: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild')
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.2.9a-r2.ebuild | 4 |
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" } |