From b56fc087dc6e87d5c6f18fb72e0b7e57db940584 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 24 Aug 2018 18:34:06 +0200 Subject: [PATCH] www-servers/apache: process tmpfiles in pkg_postinst phase Closes: https://bugs.gentoo.org/662544 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --force --- www-servers/apache/apache-2.4.34-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-servers/apache/apache-2.4.34-r2.ebuild b/www-servers/apache/apache-2.4.34-r2.ebuild index db0368ea9f73..35e313631f50 100644 --- a/www-servers/apache/apache-2.4.34-r2.ebuild +++ b/www-servers/apache/apache-2.4.34-r2.ebuild @@ -122,7 +122,7 @@ MODULE_CRITICAL=" mime unixd " -inherit apache-2 systemd toolchain-funcs +inherit apache-2 systemd tmpfiles toolchain-funcs DESCRIPTION="The Apache Web Server" HOMEPAGE="https://httpd.apache.org/" @@ -220,6 +220,9 @@ src_install() { pkg_postinst() { apache-2_pkg_postinst || die "apache-2_pkg_postinst failed" + + tmpfiles_process apache.conf #662544 + # warnings that default config might not work out of the box local mod cmod for mod in ${MODULE_CRITICAL} ; do -- 2.26.2