aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2001-12-16 05:14:17 +0000
committerMike Silbersack <silby@FreeBSD.org>2001-12-16 05:14:17 +0000
commit45943e2284aa15b574a0d9393d61d850fe6bfa20 (patch)
treec51606ffe41c5cf13c66351acc9bccae3d53ce2f /sbin
parent6105f815658a08bdf488d8b4ff3a39b59b812660 (diff)
downloadsrc-45943e2284aa15b574a0d9393d61d850fe6bfa20.tar.gz
src-45943e2284aa15b574a0d9393d61d850fe6bfa20.zip
Add comments on where to look if you wish to auto-load
modules at boot time. MFC after: 1 day
Notes
Notes: svn path=/head/; revision=88007
Diffstat (limited to 'sbin')
-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 5abf99ba60f4..a76ece4e160d 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