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)
Sat, Feb 21, 11:22 PM
Unknown Object (File)
Fri, Feb 13, 7:34 AM
Unknown Object (File)
Thu, Feb 12, 12:07 AM
Unknown Object (File)
Wed, Feb 11, 11:24 PM
Unknown Object (File)
Mon, Feb 9, 4:25 PM
Unknown Object (File)
Sun, Feb 8, 11:04 AM
Unknown Object (File)
Sun, Feb 8, 2:42 AM
Unknown Object (File)
Sun, Feb 8, 2:05 AM
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