diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-10-19 15:52:54 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-10-19 15:52:54 +0100 |
commit | 3fcaad40bde3a06a1fa625d5d3aa436dc01825fd (patch) | |
tree | 98168dbd72b2a55864b40a136ce408c2d801b401 /net-dns/knot-resolver | |
parent | www-servers/nginx: add 1.23.2 (diff) | |
download | gentoo-3fcaad40bde3a06a1fa625d5d3aa436dc01825fd.tar.gz gentoo-3fcaad40bde3a06a1fa625d5d3aa436dc01825fd.tar.bz2 gentoo-3fcaad40bde3a06a1fa625d5d3aa436dc01825fd.zip |
net-dns/knot-resolver: only call tmpfiles_process if USE=systemd
Closes: https://bugs.gentoo.org/877337
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-dns/knot-resolver')
-rw-r--r-- | net-dns/knot-resolver/knot-resolver-5.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild b/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild index 58013de8e63e..608408bc9bf9 100644 --- a/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild +++ b/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild @@ -86,5 +86,5 @@ src_install() { } pkg_postinst() { - tmpfiles_process knot-resolver.conf + use systemd && tmpfiles_process knot-resolver.conf } |