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/4d929b1596e7
branches:  trunk
changeset: 744483:4d929b1596e7
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 e902c20bece2 -r 4d929b1596e7 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