Bug 117046

Summary: Change description of WPA keyword for ifconfig_ in rc.conf manpage
Product: Documentation Reporter: Lars Engels <lme>
Component: Books & ArticlesAssignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Lars Engels freebsd_committer freebsd_triage 2007-10-09 20:10:01 UTC
In rc.conf(5) it is suggested to use the WPA keyword for the ifconfig_ variable
if you want to use WPA authentication.
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 attached patch clarifies this.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-10-28 13:29:33 UTC
Responsible Changed
From-To: freebsd-doc->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-28 13:33:32 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-10-28 13:33:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!