summaryrefslogtreecommitdiff
path: root/sys-auth/munge/munge-0.5.13-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
commit391b5b359a346aff490103da7dddc85047f83830 (patch)
tree29eea460a0bd7e1ff21d43b9d6df9af4d8a175e1 /sys-auth/munge/munge-0.5.13-r2.ebuild
parentc719fdcee603a5a706a45d10cb598762d56a727d (diff)
gentoo resync : 01.10.2021
Diffstat (limited to 'sys-auth/munge/munge-0.5.13-r2.ebuild')
-rw-r--r--sys-auth/munge/munge-0.5.13-r2.ebuild6
1 files changed, 5 insertions, 1 deletions
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
+}