Page MenuHomeFreeBSD

Prefer bootstrapped tools when running certctl.sh
ClosedPublic

Authored by arichardson on Sep 19 2020, 1:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 10:01 AM
Unknown Object (File)
Fri, Mar 13, 7:30 PM
Unknown Object (File)
Sun, Mar 1, 11:04 PM
Unknown Object (File)
Sun, Mar 1, 2:28 PM
Unknown Object (File)
Sun, Mar 1, 7:24 AM
Unknown Object (File)
Sun, Mar 1, 3:51 AM
Unknown Object (File)
Mon, Feb 16, 7:49 AM
Unknown Object (File)
Feb 11 2026, 4:04 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