summaryrefslogtreecommitdiffstats
path: root/etc/rc.resume
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-07-21 22:55:40 +0000
committerthompsa <thompsa@FreeBSD.org>2008-07-21 22:55:40 +0000
commit412a8c5e97b26e71c5eb64fedbc644cb9177d3c8 (patch)
tree7da66d8817c50f4b0895e3ee528ca3950d6781e3 /etc/rc.resume
parentc1cdcb99f3993aaf969505644e796e57826516ba (diff)
downloadFreeBSD-src-412a8c5e97b26e71c5eb64fedbc644cb9177d3c8.zip
FreeBSD-src-412a8c5e97b26e71c5eb64fedbc644cb9177d3c8.tar.gz
Change the module example to kldload since this is the resume side.
Diffstat (limited to 'etc/rc.resume')
-rwxr-xr-xetc/rc.resume2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.resume b/etc/rc.resume
index 54f49c5..84e726e 100755
--- a/etc/rc.resume
+++ b/etc/rc.resume
@@ -50,7 +50,7 @@ fi
# If a device driver has problems resuming, try unloading it before
# suspend and reloading it on resume. Example:
-# kldunload usb
+# kldload usb
# wpa_supplicant(8) doesn't seem to reassociate during resume. Uncomment
# the following to signal it to reassociate.
OpenPOWER on IntegriCloud