HomeFreeBSD

rc.subr avoid noise if /usr not mounted

Description

rc.subr avoid noise if /usr not mounted

basename, sed and tty are all in /usr/bin and not available
until /usr is mounted.

basename and tty we can replace with a function, but sed is more
important. Fix o_verify to just use shell builtins, and
rc_trace should avoid trying to set RC_LEVEL until sed is available.

Details

Provenance
sjgAuthored on Feb 10 2024, 6:14 PM
Parents
rG61cc4830a7b1: Abstract UIO allocation and deallocation.
Branches
Unknown
Tags
Unknown