Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/defaults Setup default wpa_supplicant flags so that it:



details:   https://anonhg.NetBSD.org/src/rev/2ee7430291f9
branches:  trunk
changeset: 447472:2ee7430291f9
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Jan 12 17:38:36 2019 +0000

description:
Setup default wpa_supplicant flags so that it:
  * Writes diagnostics to syslog
  * Enables interface matching to hotplug wireless interfaces
  * Uses /etc/wpa_supplicant.conf

diffstat:

 etc/defaults/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5a1b1ca1106 -r 2ee7430291f9 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Sat Jan 12 17:30:28 2019 +0000
+++ b/etc/defaults/rc.conf      Sat Jan 12 17:38:36 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.146 2018/10/19 14:11:12 martin Exp $
+#      $NetBSD: rc.conf,v 1.147 2019/01/12 17:38:36 roy Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -317,7 +317,7 @@
 
 # WPA daemons.
 hostapd=NO             hostapd_flags="-B /etc/hostapd.conf"
-wpa_supplicant=NO      wpa_supplicant_flags="" # -i<if> -c<file>
+wpa_supplicant=NO      wpa_supplicant_flags="-Ms -c /etc/wpa_supplicant.conf"
 
 # Bluetooth configuration
 bluetooth=NO



Home | Main Index | Thread Index | Old Index