Page MenuHomeFreeBSD

Prefer bootstrapped tools when running certctl.sh
ClosedPublic

Authored by arichardson on Sep 19 2020, 1:34 PM.
Tags
None
Referenced Files
F132275908: D26481.id77281.diff
Wed, Oct 15, 10:33 AM
F132275906: D26481.id77218.diff
Wed, Oct 15, 10:33 AM
F132275904: D26481.id.diff
Wed, Oct 15, 10:33 AM
F132226692: D26481.diff
Tue, Oct 14, 11:44 PM
Unknown Object (File)
Sat, Oct 11, 5:57 AM
Unknown Object (File)
Fri, Sep 26, 7:09 AM
Unknown Object (File)
Fri, Sep 19, 4:58 PM
Unknown Object (File)
Sep 6 2025, 8:42 AM
Subscribers

Details

Summary

Otherwise we get lots of warnings when building on Linux/macOS during
installworld:
Scanning /local/scratch/alr48/cheri/output/freebsd-x86/usr/share/certs/blacklisted for certificates...
install: invalid option -- 'U'
Try 'install --help' for more information.
install: invalid option -- 'U'
....

Maybe certctl should run with set -e?

Test Plan

no more warnings emitted, didn't check if it does the right thing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable