dhcpd config update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@92 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-08-13 03:02:13 +00:00
parent 1b5321edd3
commit c51584b9fa
2 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,7 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>August 12th, 2002 [larry]: General: Added
libfam-2.6.9.</para></listitem>
libfam-2.6.9. Server: added touch dhcpd.leases.</para></listitem>
<listitem><para>August 11th, 2002 [larry]: X: Added
XFce-3.8.16.</para></listitem>

View File

@ -63,6 +63,11 @@ esac
<userinput>EOF
chmod 755 /etc/rc.d/init.d/dhcp</userinput></screen></para>
<para>The lease file must exist on startup. The following command will
satisfy that requirement:</para>
<para><screen><userinput>touch /var/cache/dhcp/dhcpd.leases</userinput></screen></para>
<para>The follow commands will create a base configuration file for a
dhcp server. There are several options that you may want to
add (information that is passed back to the dhcp client) and those are