]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Promote the installworld `certctl rehash` to distributeworld
authorKyle Evans <kevans@FreeBSD.org>
Thu, 17 Sep 2020 15:58:42 +0000 (15:58 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 17 Sep 2020 15:58:42 +0000 (15:58 +0000)
commitca4b73c348f39898d6949023e569169ddd92d9e0
treeb288d5b3ccb4bfec2cfe3202c283af00e3649dac
parent0e1e341b486cdf4769195ba1e5b3cb32e7387873
Promote the installworld `certctl rehash` to distributeworld

Contrary to my belief, installworld is not sufficient for getting certs
installed into VM images. Promote the rehash to both installworld and
distributeworld (notably: not stageworld) and rehash the base distdir so we
end up with /etc/ssl/certs populated in the base dist archive. A future
commit will remove the rehash from bsdinstall, which doesn't really need to
happen if they're installed into base.txz.

While here, fix a minor typo: s/CERTCLTFLAGS/CERTCTLFLAGS/

MFC after: 1 week
Makefile.inc1