From c7971a92eab20900c25dc792bb66f762aed38065 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 21 Jul 2008 22:55:40 +0000 Subject: [PATCH] Change the module example to kldload since this is the resume side. --- etc/rc.resume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.resume b/etc/rc.resume index 54f49c53b12..84e726ec6d5 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.