Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Fri, 30 Jul 2021 23:31:21
Message-Id: 1627687821.0147ec1da1a0891f5d72d1d89ce55567c31ed3be.sam@gentoo
1 commit: 0147ec1da1a0891f5d72d1d89ce55567c31ed3be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:59:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0147ec1d
7
8 www-servers/lighttpd: [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 www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild | 2 ++
17 www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild | 2 ++
18 2 files changed, 4 insertions(+)
19
20 diff --git a/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild
21 index ced96c23fec..957835c1132 100644
22 --- a/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild
23 +++ b/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild
24 @@ -229,6 +229,8 @@ src_install() {
25 }
26
27 pkg_postinst() {
28 + tmpfiles_process ${PN}.conf
29 +
30 use ipv6 && readme.gentoo_print_elog
31
32 if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then
33
34 diff --git a/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
35 index 0ad33eb525b..6c00dcca0b4 100644
36 --- a/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
37 +++ b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
38 @@ -209,6 +209,8 @@ src_install() {
39 }
40
41 pkg_postinst() {
42 + tmpfiles_process ${PN}.conf
43 +
44 if use ipv6; then readme.gentoo_print_elog; fi
45
46 if [[ -f ${ROOT}/etc/lighttpd.conf ]] ; then