svn commit: r46054 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] 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 seconds</sc <para>The <literal>root-path</literal> option defines the path to the <acronym>NFS</acronym> root file system.</para> - <para>Once the edits are saved, enable <acronym>NFS</acronym> at + <para>Once the edits are saved, enable <acronym>DHCP</acronym> at boot time by adding the following line to <filename>/etc/rc.conf</filename>:</para> <programlisting>dhcpd_enable="YES"</programlisting> - <para>Then, start the <acronym>DHCP</acronym> service:</para> + <para>Then start the <acronym>DHCP</acronym> service:</para> <screen>&prompt.root; <userinput>service isc-dhcpd start</userinput></screen> </sect2> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"