svn commit: r260261 - head/usr.sbin/bsdinstall/scripts

Gavin Atkinson gavin at FreeBSD.org
Sat Jan 4 16:44:06 UTC 2014


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
 


More information about the svn-src-all mailing list