Source-Changes-HG archive

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

[src/trunk]: src/etc/defaults Enable hostapd syslog support by default.



details:   https://anonhg.NetBSD.org/src/rev/06d7c0bf6aa3
branches:  trunk
changeset: 848611:06d7c0bf6aa3
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Feb 03 09:12:53 2020 +0000

description:
Enable hostapd syslog support by default.

diffstat:

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

diffs (18 lines):

diff -r 36d048905405 -r 06d7c0bf6aa3 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Mon Feb 03 09:10:47 2020 +0000
+++ b/etc/defaults/rc.conf      Mon Feb 03 09:12:53 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.152 2019/09/15 19:38:09 brad Exp $
+#      $NetBSD: rc.conf,v 1.153 2020/02/03 09:12:53 roy Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -316,7 +316,7 @@
 iscsid=NO
 
 # WPA daemons.
-hostapd=NO             hostapd_flags="-B /etc/hostapd.conf"
+hostapd=NO             hostapd_flags="-Bs /etc/hostapd.conf"
 wpa_supplicant=NO      wpa_supplicant_flags="-Ms -c /etc/wpa_supplicant.conf"
 
 # Bluetooth configuration



Home | Main Index | Thread Index | Old Index