aboutsummaryrefslogtreecommitdiff
path: root/www/apache24
diff options
context:
space:
mode:
authorTatsuki Makino <tatsuki_makino@hotmail.com>2023-06-03 18:33:34 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-06-03 18:40:08 +0000
commit8c00446980aa6183cfe318347595900ac8a82d69 (patch)
tree7de297d8887aa6b783c6065f098b46c3483d70ff /www/apache24
parenta6ed84a97b785ad95bf734ca12ac0f748aa87f0f (diff)
downloadports-8c00446980aa6183cfe318347595900ac8a82d69.tar.gz
ports-8c00446980aa6183cfe318347595900ac8a82d69.zip
www/apache24: htcacheclean rc.d script appears too early in rcorder
Because htcacheclean has no dependencies set, it runs before the file system is ready, even though it makes changes to the file system. Define FILESYSTEMS as requirement to fix this race condition. PR: 268216 Approved by: portmgr (maintainer timeout, 5+ months)
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile1
-rw-r--r--www/apache24/files/htcacheclean.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 96526dddad76..082b18214c93 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,5 +1,6 @@
PORTNAME= apache24
PORTVERSION= 2.4.57
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= APACHE_HTTPD
DISTNAME= httpd-${PORTVERSION}
diff --git a/www/apache24/files/htcacheclean.in b/www/apache24/files/htcacheclean.in
index c99ad8db23fc..b247d7146d63 100644
--- a/www/apache24/files/htcacheclean.in
+++ b/www/apache24/files/htcacheclean.in
@@ -1,6 +1,8 @@
#!/bin/sh
# PROVIDE: htcacheclean
+# REQUIRE: FILESYSTEMS
+# BEFORE: apache24
#
# Configuration settings for htcacheclean in /etc/rc.conf
#