diff options
author | avos <avos@FreeBSD.org> | 2016-02-28 23:57:26 +0000 |
---|---|---|
committer | avos <avos@FreeBSD.org> | 2016-02-28 23:57:26 +0000 |
commit | 552f7014c4dcdab8a3c0894e86fb4f9238117c5e (patch) | |
tree | cd67beb8c56509bb1070f2d242926c59d2736bd3 /etc | |
parent | 49afe69146c60d552dbef88d5086b7fe6f52c7d1 (diff) | |
download | FreeBSD-src-552f7014c4dcdab8a3c0894e86fb4f9238117c5e.zip FreeBSD-src-552f7014c4dcdab8a3c0894e86fb4f9238117c5e.tar.gz |
etc/defaults/rc.conf: fix a typo (wlanddebug -> wlandebug)
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5480
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 32bac4d..0959c18 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -221,7 +221,7 @@ cloned_interfaces="" # List of cloned network interfaces to create. #vlans_fxp0="101 vlan0" # vlan(4) interfaces for fxp0 device #create_args_vlan0="vlan 102" # vlan tag for vlan0 device #wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device -#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlanddebug(8) +#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlandebug(8) #ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry. # #autobridge_interfaces="bridge0" # List of bridges to check |