From 5733e498968e5adf133a117c16330127ae3eec8b Mon Sep 17 00:00:00 2001 From: Warren Block Date: Tue, 3 Sep 2013 13:38:16 +0000 Subject: [PATCH] Correct the name of the dhcpd example configuration file. Submitted by: JC (on -doc) --- .../books/handbook/network-servers/chapter.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml index 5465e79705..8836e40ab9 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml @@ -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.