Created attachment 254445 [details] kld patch the kld rc script currently just prints Loading kernel modules: and nothing else. It really should tell us what it's doing. This patch will change it to print out like: Loading kernel modules: if_epair if_ovpn accf_http accf_data
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=152382e6613d7998fe6f5233767df54d3fdec329 commit 152382e6613d7998fe6f5233767df54d3fdec329 Author: Mark Felder <feld@FreeBSD.org> AuthorDate: 2024-10-26 18:43:46 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-10-26 18:43:46 +0000 rc.d/kld: Print the kernel modules being loaded PR: 282269 MFC after: 2 weeks libexec/rc/rc.d/kld | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)