summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2001-12-16 05:14:17 +0000
committersilby <silby@FreeBSD.org>2001-12-16 05:14:17 +0000
commit4ea11132b858878bafd85753806616e69b0e0bf3 (patch)
treec51606ffe41c5cf13c66351acc9bccae3d53ce2f
parente39284a68819ffd7e22f09e6afa95bef09a2b285 (diff)
downloadFreeBSD-src-4ea11132b858878bafd85753806616e69b0e0bf3.zip
FreeBSD-src-4ea11132b858878bafd85753806616e69b0e0bf3.tar.gz
Add comments on where to look if you wish to auto-load
modules at boot time. MFC after: 1 day
-rw-r--r--sbin/kldload/kldload.810
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 5abf99b..a76ece4 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -59,10 +59,18 @@ The
.Nm
utility exits with a status of 0 on success
and with a nonzero status if an error occurs.
+.Sh AUTOMATICALLY LOADING MODULES
+Some modules (ipfw, ipf, etc) may be automatically loaded at boot
+time by having their operation enabled in
+.Xr rc.conf 5 .
+Modules may also be auto-loaded through their addition to
+.Xr loader.conf 5 .
.Sh SEE ALSO
.Xr kldload 2 ,
.Xr kldstat 8 ,
-.Xr kldunload 8
+.Xr kldunload 8 ,
+.Xr loader.conf 5 ,
+.Xr rc.conf 5
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud