From 44f3b1aa980e747ce9b72ba4333c80a99d8cd966 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 10 Apr 2021 09:19:25 +0100 Subject: [PATCH] rc: kldxref only needs to depend on rootfs, not FILESYSTEMS This makes it run a bit earlier in the startup, which will be useful for the linux rc script later on. Reviewed By: imp (earlier version) Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D29589 --- 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 4d232ee0d4cf..4c1fa15f2a35 100755 --- a/libexec/rc/rc.d/kldxref +++ b/libexec/rc/rc.d/kldxref @@ -4,7 +4,7 @@ # # PROVIDE: kldxref -# REQUIRE: FILESYSTEMS +# REQUIRE: root # BEFORE: netif # KEYWORD: nojail