svn commit: r296173 - head/etc/defaults

Andriy Voskoboinyk avos at FreeBSD.org
Sun Feb 28 23:57:27 UTC 2016


Author: avos
Date: Sun Feb 28 23:57:26 2016
New Revision: 296173
URL: https://svnweb.freebsd.org/changeset/base/296173

Log:
  etc/defaults/rc.conf: fix a typo (wlanddebug -> wlandebug)
  
  Approved by:	adrian (mentor)
  Differential Revision:	https://reviews.freebsd.org/D5480

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Sun Feb 28 23:52:48 2016	(r296172)
+++ head/etc/defaults/rc.conf	Sun Feb 28 23:57:26 2016	(r296173)
@@ -221,7 +221,7 @@ cloned_interfaces=""		# List of cloned n
 #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


More information about the svn-src-all mailing list