Module Name:    src
Committed By:   roy
Date:           Sat Jan 12 17:38:36 UTC 2019

Modified Files:
        src/etc/defaults: rc.conf

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


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/etc/defaults/rc.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.146 src/etc/defaults/rc.conf:1.147
--- src/etc/defaults/rc.conf:1.146	Fri Oct 19 14:11:12 2018
+++ src/etc/defaults/rc.conf	Sat Jan 12 17:38:36 2019
@@ -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 @@ iscsid=NO
 
 # 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

Reply via email to