From owner-svn-doc-all@FreeBSD.ORG Tue Sep 3 13:38:16 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C647F280; Tue, 3 Sep 2013 13:38:16 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2FE72CDF; Tue, 3 Sep 2013 13:38:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83DcGor043580; Tue, 3 Sep 2013 13:38:16 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83DcGNX043579; Tue, 3 Sep 2013 13:38:16 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201309031338.r83DcGNX043579@svn.freebsd.org> From: Warren Block Date: Tue, 3 Sep 2013 13:38:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42610 - head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 13:38:16 -0000 Author: wblock Date: Tue Sep 3 13:38:16 2013 New Revision: 42610 URL: http://svnweb.freebsd.org/changeset/doc/42610 Log: Correct the name of the dhcpd example configuration file. Submitted by: JC (on -doc) Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Mon Sep 2 18:24:49 2013 (r42609) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Tue Sep 3 13:38:16 2013 (r42610) @@ -3111,14 +3111,14 @@ dhclient_flags="" future, be desired. - The next thing that is needed is to edit the sample - dhcpd.conf which was installed by the + An example configuration file + is installed by the net/isc-dhcp42-server - port. By default, this will be - /usr/local/etc/dhcpd.conf.sample, and - you should copy this to - /usr/local/etc/dhcpd.conf before - proceeding to make changes. + port. Copy the example + /usr/local/etc/dhcpd.conf.example + to the actual configuration file, + /usr/local/etc/dhcpd.conf. Edits + will be made to this new file.