commit: 36b5d0460f181626ae247586edb483afe846f7ef
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 23:15:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b5d046
www-servers/lighttpd: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
b/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
index 2da970b100e..eb3c3122386 100644
--- a/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
@@ -229,6 +229,8 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process ${PN}.tmpfiles.conf
+
use ipv6 && readme.gentoo_print_elog
if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then