commit: 4ff7ee7ef42ad3258a87378963c12a412b0a0639 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 28 01:54:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 01:54:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff7ee7e
apache-2.eclass: drop /var/cache/apache2 keepdir Handled by a tmpfiles entry for quite some time. Bug: https://bugs.gentoo.org/520482 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/apache-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index da08a416f62c..f5816087826d 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -673,7 +673,7 @@ apache-2_src_install() { # empty dirs local i - for i in /var/lib/dav /var/log/apache2 /var/cache/apache2 ; do + for i in /var/lib/dav /var/log/apache2 ; do keepdir ${i} fowners apache:apache ${i} fperms 0750 ${i}
