From owner-freebsd-doc@FreeBSD.ORG Tue Jul 12 20:07:23 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61C616A41C for ; Tue, 12 Jul 2005 20:07:23 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1A443D4C for ; Tue, 12 Jul 2005 20:07:22 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [213.66.174.228] (213.66.174.228) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 42B813B0003B8220 for freebsd-doc@freebsd.org; Tue, 12 Jul 2005 22:07:21 +0200 Message-ID: <42D422DC.9040405@n00b.apagnu.se> Date: Tue, 12 Jul 2005 22:06:52 +0200 From: Niclas Zeising User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-doc@freebsd.org Content-Type: multipart/mixed; boundary="------------020904060007000409020600" Subject: updates to networking chapter regarding new dhclient X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 20:07:23 -0000 This is a multi-part message in MIME format. --------------020904060007000409020600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi! I have made a patch to the documentation of dhclient in the network servers section of the handbook. The patch only mentions the new OpenBSD dhclient instead of the "old" ISC one. The patch applies to doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml Regards! //Niclas Zeising --------------020904060007000409020600 Content-Type: text/plain; name="chapter.sgml.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="chapter.sgml.diff" --- chapter.sgml.orig 2005-07-12 11:32:40.220724800 +0200 +++ chapter.sgml 2005-07-12 17:16:52.517268800 +0200 @@ -2544,24 +2544,29 @@ DHCP, the Dynamic Host Configuration Protocol, describes the means by which a system can connect to a network and obtain the - necessary information for communication upon that network. FreeBSD - uses the ISC (Internet Software Consortium) DHCP implementation, so - all implementation-specific information here is for use with the ISC - distribution. + necessary information for communication upon that network. FreeBSD + versions prior to 6.0 uses the ISC (Internet Software Consortium) + DHCP client (dhclient) implementation. Later + versions uses the OpenBSD dhclient taken from + OpenBSD 3.7. All implementation-specific information here + regarding dhclient is for use with both the ISC and + the OpenBSD DHCP client. The DHCP server is the one included in the + ISC distribution. What This Section Covers - This section describes both the client-side and - server-side components of the ISC DHCP system. The - client-side program, dhclient, comes - integrated within FreeBSD, and the server-side portion is - available from the net/isc-dhcp3-server port. The - &man.dhclient.8;, &man.dhcp-options.5;, and - &man.dhclient.conf.5; manual pages, in addition to the - references below, are useful resources. + This section describes both the client-side components of + the ISC and OpenBSD DHCP client and the server-side components + of the ISC DHCP system. The client-side program, dhclient + + , comes integrated within FreeBSD, and the server-side portion is + available from the net/isc-dhcp3-server + + port. The &man.dhclient.8;, &man.dhcp-options.5;, and + &man.dhclient.conf.5; manual pages, in addition to the references + below, are useful resources. @@ -2587,7 +2592,7 @@ FreeBSD Integration - FreeBSD fully integrates the ISC DHCP client, + FreeBSD fully integrates the ISC or OpenBSD DHCP client, dhclient. DHCP client support is provided within both the installer and the base system, obviating the need for detailed knowledge of network configurations on any network --------------020904060007000409020600--