Author: gavin
Date: Sat Jan  4 16:44:05 2014
New Revision: 260261
URL: http://svnweb.freebsd.org/changeset/base/260261

Log:
  Lower the priority of the "connect to any open wireless network" network
  description, so guaranteeing that any other defined network will be tried
  first.
  
  MFC after:    1 week

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig Sat Jan  4 16:41:43 2014        
(r260260)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig Sat Jan  4 16:44:05 2014        
(r260261)
@@ -135,7 +135,7 @@ fi
 
 # Connect to any open networks policy
 echo "network={
-       priority=5
+       priority=0
        key_mgmt=NONE
 }" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to