From owner-p4-projects@FreeBSD.ORG Sun Jan 31 10:47:54 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D7B6D106568D; Sun, 31 Jan 2010 10:47:53 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83AFF106566C for ; Sun, 31 Jan 2010 10:47:53 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2E88FC16 for ; Sun, 31 Jan 2010 10:47:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0VAlrN3035175 for ; Sun, 31 Jan 2010 10:47:53 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0VAlr9D035173 for perforce@freebsd.org; Sun, 31 Jan 2010 10:47:53 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 31 Jan 2010 10:47:53 GMT Message-Id: <201001311047.o0VAlr9D035173@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 174008 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 10:47:54 -0000 http://p4web.freebsd.org/chv.cgi?CH=174008 Change 174008 by rene@rene_self on 2010/01/31 10:47:14 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#48 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/pr-guidelines/article.sgml#2 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml#14 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2006/mckusick-kernelinternals/mckusick-kernelinternals-1.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2008/asiabsdcon/olander-pcbsd.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2008/nycbsdcon/dixon-bsdvsgpl.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2009/asiabsdcon/rao-kernellocking-1.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2009/dcbsdcon/davis-isolatingcluster.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2009/dcbsdcon/dixon-bsdisstilldying.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/2009/dcbsdcon/mckusick-historyofbsd.sbv#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/captions/README#1 branch Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#48 (text+ko) ==== @@ -1,4 +1,4 @@ - + @@ -2555,7 +2555,7 @@ client-side program, dhclient, comes integrated within FreeBSD, and the server-side portion is available from the net/isc-dhcp3-server port. The + role="package">net/isc-dhcp31-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. @@ -2665,7 +2665,7 @@ The DHCP server, dhcpd, is included as part of the net/isc-dhcp3-server port in the ports + role="package">net/isc-dhcp31-server port in the ports collection. This port contains the ISC DHCP server and documentation. @@ -2729,7 +2729,7 @@ The server is not provided as part of FreeBSD, and so you will need to install the - net/isc-dhcp3-server + net/isc-dhcp31-server port to provide this service. See for more information on using the Ports Collection. @@ -2768,7 +2768,7 @@ The next thing that you will need to do is edit the sample dhcpd.conf which was installed by the - net/isc-dhcp3-server port. + net/isc-dhcp31-server port. By default, this will be /usr/local/etc/dhcpd.conf.sample, and you should copy this to @@ -2882,7 +2882,7 @@ Then, you can proceed to start the server by issuing the following command: - &prompt.root; /usr/local/etc/rc.d/isc-dhcpd.sh start + &prompt.root; /usr/local/etc/rc.d/isc-dhcpd start Should you need to make changes to the configuration of your server in the future, it is important to note that sending a @@ -2932,7 +2932,7 @@ environments where one DHCP server forwards a request from a client to another DHCP server on a separate network. If you require this functionality, then install the net/isc-dhcp3-relay port. The + role="package">net/isc-dhcp31-relay port. The &man.dhcrelay.8; manual page provided with the port contains more detail.