From 93457c4ec913d21fbb244cbe63da071de6b33f57 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 11 Apr 2021 15:19:33 +0100 Subject: [PATCH] rc: kldxref needs mountcritlocal, not root As pointed out by tijl@, kldxref(8) is in /usr/sbin, thus requires /usr to be mounted. Fixes: 44f3b1aa980 Sponsored By: EPSRC --- libexec/rc/rc.d/kldxref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/kldxref b/libexec/rc/rc.d/kldxref index 4c1fa15f2a35..ae562448103b 100755 --- a/libexec/rc/rc.d/kldxref +++ b/libexec/rc/rc.d/kldxref @@ -4,7 +4,7 @@ # # PROVIDE: kldxref -# REQUIRE: root +# REQUIRE: mountcritlocal # BEFORE: netif # KEYWORD: nojail