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)
Sun, May 17, 11:58 PM
Unknown Object (File)
Sun, May 17, 11:58 PM
Unknown Object (File)
Sun, May 17, 11:36 PM
Unknown Object (File)
Sun, May 3, 3:39 PM
Unknown Object (File)
Apr 29 2026, 12:10 AM
Unknown Object (File)
Apr 28 2026, 12:42 AM
Unknown Object (File)
Apr 27 2026, 6:35 AM
Unknown Object (File)
Apr 25 2026, 1:05 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