Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/
Date: Fri, 30 Jul 2021 23:31:16
Message-Id: 1627687805.1c77ec49e504e970eb8fd74a1d835c7ba75ac360.sam@gentoo
1 commit: 1c77ec49e504e970eb8fd74a1d835c7ba75ac360
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 23:14:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c77ec49
7
8 net-im/ejabberd: [QA] call tmpfiles_process in pkg_postinst
9
10 This is needed to actually apply the tmpfiles configuration
11 we've installed in the ebuild. See tmpfiles.eclass documentation.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-im/ejabberd/ejabberd-20.04.ebuild | 2 ++
17 net-im/ejabberd/ejabberd-21.04.ebuild | 2 ++
18 2 files changed, 4 insertions(+)
19
20 diff --git a/net-im/ejabberd/ejabberd-20.04.ebuild b/net-im/ejabberd/ejabberd-20.04.ebuild
21 index e2df234b563..90c657f64b0 100644
22 --- a/net-im/ejabberd/ejabberd-20.04.ebuild
23 +++ b/net-im/ejabberd/ejabberd-20.04.ebuild
24 @@ -271,6 +271,8 @@ pkg_preinst() {
25 }
26
27 pkg_postinst() {
28 + tmpfiles_process ${PN}.tmpfiles.conf
29 +
30 if [[ ! ${REPLACING_VERSIONS} ]]; then
31 echo
32 elog "For configuration instructions, please see"
33
34 diff --git a/net-im/ejabberd/ejabberd-21.04.ebuild b/net-im/ejabberd/ejabberd-21.04.ebuild
35 index 3cf52812905..245c006f114 100644
36 --- a/net-im/ejabberd/ejabberd-21.04.ebuild
37 +++ b/net-im/ejabberd/ejabberd-21.04.ebuild
38 @@ -252,6 +252,8 @@ pkg_preinst() {
39 }
40
41 pkg_postinst() {
42 + tmpfiles_process ${PN}.tmpfiles.conf
43 +
44 if [[ ! ${REPLACING_VERSIONS} ]]; then
45 echo
46 elog "For configuration instructions, please see"