| Summary: | Change description of WPA keyword for ifconfig_ in rc.conf manpage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Lars Engels <lme> | ||||
| Component: | Books & Articles | Assignee: | Martin Wilke <miwi> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Lars Engels
2007-10-09 20:10:01 UTC
Responsible Changed From-To: freebsd-doc->miwi I'll take it. miwi 2007-10-28 13:33:25 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
share/man/man5 rc.conf.5
Log:
Actually the keyword tells network.subr to launch wpa_supplicant on the
selected interface. wpa_supplicant does not only handle WPA
authentication but also EAP/LEAP as well as WEP encryption or no
encryption at all. The patch clarifies this.
PR: 117046
Submitted by: lme
Reviewed by: bruffer
Approved by: jkois (mentor)
Revision Changes Path
1.331 +4 -2 src/share/man/man5/rc.conf.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |