]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
caroot: switch to using echo+shell glob to enumerate certs
authorKyle Evans <kevans@FreeBSD.org>
Sun, 23 Aug 2020 23:56:57 +0000 (23:56 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 23 Aug 2020 23:56:57 +0000 (23:56 +0000)
commitcc249d78007c7caaa7bdc3fa7d0fffc31ab38337
tree6b877027ad1da851ae932bfdd735ca74bcb00fcc
parent8f32e493cc1df9b61537ce9c5d5b4ec8e2bb4563
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.

MFC after: 3 days
secure/caroot/blacklisted/Makefile
secure/caroot/trusted/Makefile