Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/munge/
Date: Sun, 26 Sep 2021 19:36:30
Message-Id: 1632684967.8c9a45d4532b73f1694a91b55cb6f05e33ccdf30.conikost@gentoo
1 commit: 8c9a45d4532b73f1694a91b55cb6f05e33ccdf30
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 19:20:02 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 19:36:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9a45d4
7
8 sys-auth/munge: fix tmpfiles
9
10 Closes: https://bugs.gentoo.org/810835
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 sys-auth/munge/munge-0.5.13-r2.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-auth/munge/munge-0.5.13-r2.ebuild b/sys-auth/munge/munge-0.5.13-r2.ebuild
18 index b10bf0e8169..6eb0ac441fe 100644
19 --- a/sys-auth/munge/munge-0.5.13-r2.ebuild
20 +++ b/sys-auth/munge/munge-0.5.13-r2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit autotools prefix
26 +inherit autotools prefix tmpfiles
27
28 DESCRIPTION="An authentication service for creating and validating credentials"
29 HOMEPAGE="https://github.com/dun/munge"
30 @@ -71,3 +71,7 @@ src_install() {
31 find "${D}" -name '*.la' -delete || die
32 fi
33 }
34 +
35 +pkg_postinst() {
36 + tmpfiles_process munge.conf
37 +}