Add items to 6.0 documentation todo list:
* possible minor updates needed to Handbook regarding the switch to OpenBSD dhclient. * major updates to wireless section of Handbook necessary for WPA / hostapd functionality.
This commit is contained in:
parent
10d0095ddd
commit
0e2a6b87d3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24838
1 changed files with 17 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.1 2004/10/22 09:49:00 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.2 2005/05/24 17:27:12 brueffer Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -68,6 +68,22 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr><td>dhclient</td><td>&status.new;</td><td>freebsd-doc</td>
|
||||
|
||||
<td>The ISC DHCP client v3.x has been removed in favor of the
|
||||
OpenBSD DHCP client which was based on ISC DHCP v2.X. Minimal
|
||||
updates to the FreeBSD Handbook may be required.</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>WPA / hostap</td><td>&status.new;</td><td>freebsd-doc</td>
|
||||
|
||||
<td>Significant new wireless functionality will be available with
|
||||
FreeBSD 6.0. The wireless section of the FreeBSD Handbook
|
||||
should be updated to describe how to connect to networks with
|
||||
WPA keys, setup host access points, etc.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue