[DragonFlyBSD - Submit #2330] (Closed) rc.conf.5 misleading wlan example
Sascha Wildner via Redmine
bugtracker-admin at leaf.dragonflybsd.org
Sun Mar 11 11:06:35 PDT 2012
Issue #2330 has been updated by Sascha Wildner.
Status changed from New to Closed
Pushed, thanks!
----------------------------------------
Submit #2330: rc.conf.5 misleading wlan example
http://bugs.dragonflybsd.org/issues/2330
Author: Johannes Hofmann
Status: Closed
Priority: Normal
Assignee:
Category:
Target version:
The example for configuring wlan devices via rc.conf should be updated as follows:
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 9a5072f..aa483ae 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -675,7 +675,8 @@ For instance, to initialize the
device via DHCP, using WPA authentication and 802.11b mode, it is
possible to use something like:
.Bd -literal
-ifconfig_wi0="up DHCP WPA mode 11b"
+wlans_wi0="wlan0"
+ifconfig_wlan0="up DHCP WPA mode 11b"
.Ed
.Pp
.\"
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Submit
mailing list