diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-07-21 22:55:40 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-07-21 22:55:40 +0000 |
commit | 412a8c5e97b26e71c5eb64fedbc644cb9177d3c8 (patch) | |
tree | 7da66d8817c50f4b0895e3ee528ca3950d6781e3 /etc | |
parent | c1cdcb99f3993aaf969505644e796e57826516ba (diff) | |
download | FreeBSD-src-412a8c5e97b26e71c5eb64fedbc644cb9177d3c8.zip FreeBSD-src-412a8c5e97b26e71c5eb64fedbc644cb9177d3c8.tar.gz |
Change the module example to kldload since this is the resume side.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.resume | 2 |
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. |