From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 824F4139000 for ; Fri, 30 Jul 2021 23:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E565DE0918; Fri, 30 Jul 2021 23:31:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC405E0908 for ; Fri, 30 Jul 2021 23:31:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5723034395D for ; Fri, 30 Jul 2021 23:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012AE8B0 for ; Fri, 30 Jul 2021 23:31:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627687821.0147ec1da1a0891f5d72d1d89ce55567c31ed3be.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0147ec1da1a0891f5d72d1d89ce55567c31ed3be X-VCS-Branch: master Date: Fri, 30 Jul 2021 23:31:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ed8508b-20d8-4962-86b0-f6675780b1a1 X-Archives-Hash: 0e72bbdb607ef1f95a66d311b40f1126 commit: 0147ec1da1a0891f5d72d1d89ce55567c31ed3be Author: Sam James gentoo org> AuthorDate: Fri Jul 30 22:59:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 30 23:30:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0147ec1d 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 gentoo.org> www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild | 2 ++ www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild index ced96c23fec..957835c1132 100644 --- a/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.58-r1.ebuild @@ -229,6 +229,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf + use ipv6 && readme.gentoo_print_elog if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then diff --git a/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild index 0ad33eb525b..6c00dcca0b4 100644 --- a/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild @@ -209,6 +209,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf + if use ipv6; then readme.gentoo_print_elog; fi if [[ -f ${ROOT}/etc/lighttpd.conf ]] ; then