Correct the name of the dhcpd example configuration file.
Submitted by: JC <nixnexus8@gmail.com> (on -doc)
This commit is contained in:
parent
411672fbaf
commit
5733e49896
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42610
1 changed files with 7 additions and 7 deletions
|
@ -3111,14 +3111,14 @@ dhclient_flags=""</programlisting>
|
|||
future, be desired.</para>
|
||||
</note>
|
||||
|
||||
<para>The next thing that is needed is to edit the sample
|
||||
<filename>dhcpd.conf</filename> which was installed by the
|
||||
<para>An example configuration file
|
||||
is installed by the
|
||||
<filename role="package">net/isc-dhcp42-server</filename>
|
||||
port. By default, this will be
|
||||
<filename>/usr/local/etc/dhcpd.conf.sample</filename>, and
|
||||
you should copy this to
|
||||
<filename>/usr/local/etc/dhcpd.conf</filename> before
|
||||
proceeding to make changes.</para>
|
||||
port. Copy the example
|
||||
<filename>/usr/local/etc/dhcpd.conf.example</filename>
|
||||
to the actual configuration file,
|
||||
<filename>/usr/local/etc/dhcpd.conf</filename>. Edits
|
||||
will be made to this new file.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
|
Loading…
Reference in a new issue