Changeset d378ea3c


Ignore:
Timestamp:
04/26/2006 03:51:34 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b1deef4
Parents:
58147907
Message:

Update to dhcp-3.0.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5943 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r58147907 rd378ea3c  
    259259
    260260<!-- Chapter 14 -->
    261 <!ENTITY dhcp-version                 "3.0.2">
     261<!ENTITY dhcp-version                 "3.0.3">
    262262<!ENTITY dhcpcd-version               "2.0.5">
    263263
  • introduction/welcome/changelog.xml

    r58147907 rd378ea3c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to dhcp-3.0.3.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Updated to WvStreams-4.2.2.</para>
    4952        </listitem>
  • server/other/dhcp.xml

    r58147907 rd378ea3c  
    55  %general-entities;
    66
    7   <!ENTITY dhcp-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-3.0-history/dhcp-&dhcp-version;.tar.gz">
    8   <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-&dhcp-version;.tar.gz">
    9   <!ENTITY dhcp-md5sum "04800a111521e7442749b2ce883f962b">
    10   <!ENTITY dhcp-size "834 KB">
    11   <!ENTITY dhcp-buildsize "29.7 MB">
    12   <!ENTITY dhcp-time "0.22 SBU">
     7  <!ENTITY dhcp-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
     8  <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
     9  <!ENTITY dhcp-md5sum "f91416a0b8ed3fd0601688cf0b7df58f">
     10  <!ENTITY dhcp-size "856 KB">
     11  <!ENTITY dhcp-buildsize "21.3 MB">
     12  <!ENTITY dhcp-time "0.1 SBU">
    1313]>
    1414
     
    6565    <itemizedlist spacing='compact'>
    6666      <listitem>
    67         <para>Required Patch:
    68         <ulink url="&patch-root;/dhcp-&dhcp-version;-gcc_3.4.3-2.patch"/></para>
     67        <para>Optional Patch:
     68        <ulink url="&patch-root;/dhcp-3.0.2-iproute2-3.patch"/></para>
    6969      </listitem>
    7070    </itemizedlist>
     
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para role="required"><xref linkend="net-tools"/> (you may omit
    76     <application>net-tools</application> by using the following patch
    77     to utilize <application>iproute2</application>:
    78     <ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-3.patch"/>)</para>
     76    <application>net-tools</application> by using the optional patch
     77    to utilize <application>iproute2</application>.</para>
    7978
    8079    <para condition="html" role="usernotes">User Notes:
     
    8685    <title>Kernel Configuration</title>
    8786
    88     <para>You must have Packet Socket support (Device Drivers -&gt; Networking
    89     Support -&gt; Networking Options -&gt; Packet Socket) compiled into
     87    <para>You must have Packet Socket support (Device Drivers &rArr; Networking
     88    Support &rArr; Networking Options &rArr; Packet Socket) compiled into
    9089    the kernel.</para>
    9190
     
    102101    iproute2 patch:</para>
    103102
    104 <screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-iproute2-3.patch</userinput></screen>
     103<screen><userinput>patch -Np1 -i ../dhcp-3.0.2-iproute2-3.patch</userinput></screen>
    105104
    106105    <para>Install <application>DHCP</application> by running
    107106    the following commands:</para>
    108107
    109 <screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-gcc_3.4.3-2.patch &amp;&amp;
    110 ./configure &amp;&amp;
     108<screen><userinput>./configure &amp;&amp;
    111109make</userinput></screen>
    112110
     
    184182
    185183subnet <replaceable>&lt;192.168.5.0&gt;</replaceable> netmask <replaceable>&lt;255.255.255.0&gt;</replaceable> {
    186   range <replaceable>&lt;192.168.5.10] [192.168.5.240&gt;</replaceable>;
     184  range <replaceable>&lt;192.168.5.10&gt; &lt;192.168.5.240&gt;</replaceable>;
    187185  option broadcast-address <replaceable>&lt;192.168.5.255&gt;</replaceable>;
    188186  option routers <replaceable>&lt;192.168.5.1&gt;</replaceable>;
Note: See TracChangeset for help on using the changeset viewer.