]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r364600: caroot: switch to using echo+shell glob to enumerate certs
authorKyle Evans <kevans@FreeBSD.org>
Wed, 26 Aug 2020 00:50:27 +0000 (00:50 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 26 Aug 2020 00:50:27 +0000 (00:50 +0000)
commit34f9e604294e0d500f2b040e65c1b5d2f6b0c2aa
tree74fe9cd722adafcd6525aa548ce0aee0742c2063
parentc75235c48743929c28b1dfb66e714e055417a88f
MFC r364600: caroot: switch to using echo+shell glob to enumerate certs

This solves an issue on stable/12 that causes certs to not get installed.
ls is apparently not in PATH during installworld, so TRUSTED_CERTS ends up
blank and nothing gets installed. We don't really require anything
ls-specific, though, so let's just simplify it.
secure/caroot/blacklisted/Makefile
secure/caroot/trusted/Makefile