Author: bdubbs
Date: 2006-04-25 21:51:34 -0600 (Tue, 25 Apr 2006)
New Revision: 5943
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/other/dhcp.xml
Log:
Update to dhcp-3.0.3
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-04-26 02:53:27 UTC (rev 5942)
+++ trunk/BOOK/general.ent 2006-04-26 03:51:34 UTC (rev 5943)
@@ -258,7 +258,7 @@
<!ENTITY wvdial-version "1.54.0">
<!-- Chapter 14 -->
-<!ENTITY dhcp-version "3.0.2">
+<!ENTITY dhcp-version "3.0.3">
<!ENTITY dhcpcd-version "2.0.5">
<!-- Chapter 15 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-26 02:53:27 UTC
(rev 5942)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-26 03:51:34 UTC
(rev 5943)
@@ -45,6 +45,9 @@
<para>April 26th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Updated to dhcp-3.0.3.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated to WvStreams-4.2.2.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/server/other/dhcp.xml
===================================================================
--- trunk/BOOK/server/other/dhcp.xml 2006-04-26 02:53:27 UTC (rev 5942)
+++ trunk/BOOK/server/other/dhcp.xml 2006-04-26 03:51:34 UTC (rev 5943)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY dhcp-download-http
"http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-3.0-history/dhcp-&dhcp-version;.tar.gz">
- <!ENTITY dhcp-download-ftp
"ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-&dhcp-version;.tar.gz">
- <!ENTITY dhcp-md5sum "04800a111521e7442749b2ce883f962b">
- <!ENTITY dhcp-size "834 KB">
- <!ENTITY dhcp-buildsize "29.7 MB">
- <!ENTITY dhcp-time "0.22 SBU">
+ <!ENTITY dhcp-download-http
"http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
+ <!ENTITY dhcp-download-ftp
"ftp://ftp.isc.org/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
+ <!ENTITY dhcp-md5sum "f91416a0b8ed3fd0601688cf0b7df58f">
+ <!ENTITY dhcp-size "856 KB">
+ <!ENTITY dhcp-buildsize "21.3 MB">
+ <!ENTITY dhcp-time "0.1 SBU">
]>
<sect1 id="dhcp" xreflabel="DHCP-&dhcp-version;">
@@ -64,8 +64,8 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
- <para>Required Patch:
- <ulink
url="&patch-root;/dhcp-&dhcp-version;-gcc_3.4.3-2.patch"/></para>
+ <para>Optional Patch:
+ <ulink url="&patch-root;/dhcp-3.0.2-iproute2-3.patch"/></para>
</listitem>
</itemizedlist>
@@ -73,9 +73,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="net-tools"/> (you may omit
- <application>net-tools</application> by using the following patch
- to utilize <application>iproute2</application>:
- <ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-3.patch"/>)</para>
+ <application>net-tools</application> by using the optional patch
+ to utilize <application>iproute2</application>.</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/dhcp"/></para>
@@ -85,8 +84,8 @@
<sect2 role="kernel" id='dhcp-kernel'>
<title>Kernel Configuration</title>
- <para>You must have Packet Socket support (Device Drivers -> Networking
- Support -> Networking Options -> Packet Socket) compiled into
+ <para>You must have Packet Socket support (Device Drivers ⇒ Networking
+ Support ⇒ Networking Options ⇒ Packet Socket) compiled into
the kernel.</para>
<indexterm zone="dhcp dhcp-kernel">
@@ -101,13 +100,12 @@
<para>If you chose not to install net-tools, apply the
iproute2 patch:</para>
-<screen><userinput>patch -Np1 -i
../dhcp-&dhcp-version;-iproute2-3.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i
../dhcp-3.0.2-iproute2-3.patch</userinput></screen>
<para>Install <application>DHCP</application> by running
the following commands:</para>
-<screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-gcc_3.4.3-2.patch
&&
-./configure &&
+<screen><userinput>./configure &&
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -183,7 +181,7 @@
ddns-update-style ad-hoc;
subnet <replaceable><192.168.5.0></replaceable> netmask
<replaceable><255.255.255.0></replaceable> {
- range <replaceable><192.168.5.10] [192.168.5.240></replaceable>;
+ range <replaceable><192.168.5.10> <192.168.5.240></replaceable>;
option broadcast-address <replaceable><192.168.5.255></replaceable>;
option routers <replaceable><192.168.5.1></replaceable>;
}</literal>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page