Page MenuHomeFreeBSD

packages: Add a dependency from -rc to -runtime
ClosedPublic

Authored by ivy on Sep 21 2025, 3:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 6:16 AM
Unknown Object (File)
Sun, Aug 30, 11:27 AM
Unknown Object (File)
Aug 22 2026, 8:55 AM
Unknown Object (File)
Aug 22 2026, 8:54 AM
Unknown Object (File)
Aug 22 2026, 8:40 AM
Unknown Object (File)
Aug 21 2026, 2:54 PM
Unknown Object (File)
Aug 20 2026, 8:14 PM
Unknown Object (File)
Aug 19 2026, 9:10 PM
Subscribers

Details

Summary

rc(8), as well as rc scripts themselves, require /bin/sh and basic
shell utilities to work. Currently -rc has an implicit dependency
on -runtime because of libutil, but this might change in the future
if libutil were moved to a different package. Add an explicit dep
to ensure -runtime is installed.

Diff Detail

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