From owner-svn-doc-head@FreeBSD.ORG Tue Dec 2 22:26:58 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A10901C5; Tue, 2 Dec 2014 22:26:58 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DB46D1C; Tue, 2 Dec 2014 22:26:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB2MQwGM081638; Tue, 2 Dec 2014 22:26:58 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB2MQw8h081637; Tue, 2 Dec 2014 22:26:58 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201412022226.sB2MQw8h081637@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 2 Dec 2014 22:26:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46054 - head/en_US.ISO8859-1/books/handbook/advanced-networking X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 22:26:58 -0000 Author: wblock Date: Tue Dec 2 22:26:57 2014 New Revision: 46054 URL: https://svnweb.freebsd.org/changeset/doc/46054 Log: Fix a reference to NFS that really was talking about DHCP. Submitted by: butch@jameswhitby.org on doc@ Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Tue Dec 2 19:01:40 2014 (r46053) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Tue Dec 2 22:26:57 2014 (r46054) @@ -4083,13 +4083,13 @@ Received 264951 bytes in 0.1 secondsThe root-path option defines the path to the NFS root file system. - Once the edits are saved, enable NFS at + Once the edits are saved, enable DHCP at boot time by adding the following line to /etc/rc.conf: dhcpd_enable="YES" - Then, start the DHCP service: + Then start the DHCP service: &prompt.root; service isc-dhcpd start