aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2021-04-10 08:19:25 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2021-04-10 08:31:12 +0000
commit44f3b1aa980e747ce9b72ba4333c80a99d8cd966 (patch)
tree3c3b3dcb3c21f299538dd74bc75db6c590e5e4c6
parent041c5049424224f1c9d803d6735cdf669c1ef7ba (diff)
downloadsrc-44f3b1aa980e747ce9b72ba4333c80.tar.gz
src-44f3b1aa980e747ce9b72ba4333c80.zip
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
-rwxr-xr-xlibexec/rc/rc.d/kldxref2
1 files changed, 1 insertions, 1 deletions
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