Project

General

Profile

Actions

Submit #2330

closed

rc.conf.5 misleading wlan example

Added by Johannes.Hofmann about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/11/2012
Due date:
% Done:

0%

Estimated time:

Description

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
.\"

Actions #1

Updated by swildner about 12 years ago

  • Status changed from New to Closed

Pushed, thanks!

Actions

Also available in: Atom PDF