From: Thomas Deutschmann Date: Fri, 24 Aug 2018 16:34:06 +0000 (+0200) Subject: www-servers/apache: process tmpfiles in pkg_postinst phase X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b56fc087dc6e87d5c6f18fb72e0b7e57db940584;p=gentoo.git 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 --- 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