From 8c9a45d4532b73f1694a91b55cb6f05e33ccdf30 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 26 Sep 2021 21:20:02 +0200 Subject: sys-auth/munge: fix tmpfiles Closes: https://bugs.gentoo.org/810835 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- sys-auth/munge/munge-0.5.13-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-auth/munge/munge-0.5.13-r2.ebuild b/sys-auth/munge/munge-0.5.13-r2.ebuild index b10bf0e81697..6eb0ac441fed 100644 --- a/sys-auth/munge/munge-0.5.13-r2.ebuild +++ b/sys-auth/munge/munge-0.5.13-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools prefix +inherit autotools prefix tmpfiles DESCRIPTION="An authentication service for creating and validating credentials" HOMEPAGE="https://github.com/dun/munge" @@ -71,3 +71,7 @@ src_install() { find "${D}" -name '*.la' -delete || die fi } + +pkg_postinst() { + tmpfiles_process munge.conf +} -- cgit v1.2.3-65-gdbad