[Bug 268216] www/apache24: htcacheclean rcscript appears too early in rcorder
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Dec 2022 04:07:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268216 Bug ID: 268216 Summary: www/apache24: htcacheclean rcscript appears too early in rcorder Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: tatsuki_makino@hotmail.com Assignee: apache@FreeBSD.org Flags: maintainer-feedback?(apache@FreeBSD.org) Created attachment 238592 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238592&action=edit patch for www/apache24 Because htcacheclean has no dependencies set, it runs before the file system is ready, even though it makes changes to the file system. A dependency on FILESYSTEMS or at least mountcritlocal is required. The usage before this fixing was service htcacheclean onestart with htcacheclean_enable=NO. Unrelated, but there are several scripts in /etc/rc.d/* in the same state (e.g. bug 215368, bug 268157...). -- You are receiving this mail because: You are the assignee for the bug.