https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282324
--- Comment #6 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f91d251b399af2d468585668c6cf7938e80ab1b5 commit f91d251b399af2d468585668c6cf7938e80ab1b5 Author: Lexi Winter <i...@freebsd.org> AuthorDate: 2025-05-05 15:17:27 +0000 Commit: Lexi Winter <i...@freebsd.org> CommitDate: 2025-05-05 15:39:25 +0000 rc.d: move some rc scripts to their packages several rc.d scripts are installed by the FreeBSD-rc package, but they don't work without their respective packages installed. move these rc scripts into the appropriate packages so they're installed along with the services they start. this should be undisruptive to users since the scripts don't work without those packages installed anyway. (for this reason, do not move the Kerberos scripts, because the MIT Kerberos port uses the base rc.d scripts.) PR: 282324 Reviewed by: manu, des, bapt Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50137 libexec/rc/rc.d/Makefile | 159 ++++++++++++++++++++++++++++++----------------- 1 file changed, 103 insertions(+), 56 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.