summaryrefslogtreecommitdiff
path: root/sys-auth/munge/munge-0.5.15.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-20 07:02:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-20 07:02:03 +0000
commitc4f077d9f57bf57fcded75904bf512075191d2d2 (patch)
tree028f6c50f859c521d2b2093e314e95e4f5a8e98a /sys-auth/munge/munge-0.5.15.ebuild
parent5d0c0ffd63620a4db788484bd36ab92b76e7891b (diff)
gentoo auto-resync : 20:11:2022 - 07:02:03
Diffstat (limited to 'sys-auth/munge/munge-0.5.15.ebuild')
-rw-r--r--sys-auth/munge/munge-0.5.15.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/munge/munge-0.5.15.ebuild b/sys-auth/munge/munge-0.5.15.ebuild
index 475278514dd8..885f7c485398 100644
--- a/sys-auth/munge/munge-0.5.15.ebuild
+++ b/sys-auth/munge/munge-0.5.15.ebuild
@@ -78,11 +78,13 @@ src_install() {
newconfd "$(prefixify_ro "${FILESDIR}"/${PN}d.confd)" ${PN}d
newinitd "$(prefixify_ro "${FILESDIR}"/${PN}d.initd)" ${PN}d
+ newtmpfiles "${FILESDIR}"/munged.tmpfiles.conf munged.conf
+
if ! use static-libs; then
find "${ED}" -name '*.la' -delete || die
fi
}
pkg_postinst() {
- tmpfiles_process munge.conf
+ tmpfiles_process munged.conf
}