svn commit: r252686 - head/etc
Rui Paulo
rpaulo at FreeBSD.org
Thu Jul 4 07:32:40 UTC 2013
Author: rpaulo
Date: Thu Jul 4 07:32:40 2013
New Revision: 252686
URL: http://svnweb.freebsd.org/changeset/base/252686
Log:
wpa_supplicant should be able to reassociate when resuming, so remove a
comment saying it can't.
Modified:
head/etc/rc.resume
Modified: head/etc/rc.resume
==============================================================================
--- head/etc/rc.resume Thu Jul 4 06:11:51 2013 (r252685)
+++ head/etc/rc.resume Thu Jul 4 07:32:40 2013 (r252686)
@@ -52,10 +52,6 @@ fi
# suspend and reloading it on resume. Example:
# kldload usb
-# wpa_supplicant(8) doesn't seem to reassociate during resume. Uncomment
-# the following to signal it to reassociate.
-# /usr/sbin/wpa_cli reassociate
-
/usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
/bin/sync && /bin/sync && /bin/sync
More information about the svn-src-all
mailing list