From 412a8c5e97b26e71c5eb64fedbc644cb9177d3c8 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 21 Jul 2008 22:55:40 +0000 Subject: Change the module example to kldload since this is the resume side. --- etc/rc.resume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.resume') 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. -- cgit v1.1