Page MenuHomeFreeBSD

rc.d: move some rc scripts to their packages
ClosedPublic

Authored by ivy on May 3 2025, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 12:40 AM
Unknown Object (File)
Mon, Sep 22, 11:07 PM
Unknown Object (File)
Sep 14 2025, 10:50 PM
Unknown Object (File)
Sep 14 2025, 5:47 PM
Unknown Object (File)
Sep 11 2025, 6:24 AM
Unknown Object (File)
Aug 31 2025, 6:36 PM
Unknown Object (File)
Aug 26 2025, 5:13 AM
Unknown Object (File)
Aug 22 2025, 2:55 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable