commit:     d981cba8b67bc3e2c5ab54ec56f6274ca3d54cf8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 13:06:43 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 13:06:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d981cba8

www-servers/apache: Use dotmpfiles from tmpfiles eclass

Closes: https://bugs.gentoo.org/740594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 www-servers/apache/apache-2.4.46-r1.ebuild | 2 +-
 www-servers/apache/apache-2.4.46.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/apache/apache-2.4.46-r1.ebuild 
b/www-servers/apache/apache-2.4.46-r1.ebuild
index f2ea863d642..449b79e3486 100644
--- a/www-servers/apache/apache-2.4.46-r1.ebuild
+++ b/www-servers/apache/apache-2.4.46-r1.ebuild
@@ -218,7 +218,7 @@ src_install() {
        # Then apache2.4.service can be used and systemd support controlled
        # through --enable-systemd
        systemd_newunit "${FILESDIR}/apache2.2-hardened.service" 
"apache2.service"
-       systemd_dotmpfilesd "${FILESDIR}/apache.conf"
+       dotmpfiles "${FILESDIR}/apache.conf"
        #insinto /etc/apache2/modules.d
        #doins "${FILESDIR}/00_systemd.conf"
 

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index ac4fa3b9f31..17d6fb367b7 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -216,7 +216,7 @@ src_install() {
        # Then apache2.4.service can be used and systemd support controlled
        # through --enable-systemd
        systemd_newunit "${FILESDIR}/apache2.2-hardened.service" 
"apache2.service"
-       systemd_dotmpfilesd "${FILESDIR}/apache.conf"
+       dotmpfiles "${FILESDIR}/apache.conf"
        #insinto /etc/apache2/modules.d
        #doins "${FILESDIR}/00_systemd.conf"
 

Reply via email to