Changeset fa052cc7


Ignore:
Timestamp:
08/05/2004 01:51:55 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
8568fa6
Parents:
6da4d5a6
Message:

Updated to dhcp-3.0.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6da4d5a6 rfa052cc7  
    141141                                 
    142142<!-- Chapter 14 -->               
    143 <!ENTITY dhcp-version                 "3.0pl2">
     143<!ENTITY dhcp-version                 "3.0.1">
    144144<!ENTITY dhcpcd-version               "1.3.22-pl4">   
    145145                                 
  • introduction/welcome/changelog.xml

    r6da4d5a6 rfa052cc7  
    1919<itemizedlist>
    2020
     21<listitem><para>August 4th, 2004 [dj]: Updated to dhcp-3.0.1 and added
     22patch for dhclient to use iproute2.</para></listitem>
     23
    2124<listitem><para>August 4th, 2004 [randy]: Added optional dependencies to
    2225PostgreSQL and Qt; added additional configuration information to Qt.</para>
  • server/other/dhcp.xml

    r6da4d5a6 rfa052cc7  
    4040</sect3>
    4141
     42<sect3><title>Additional downloads</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Required Patch:
     45<ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-1.patch"/></para></listitem>
     46</itemizedlist>
     47</sect3>
     48
    4249</sect2>
    4350
     
    5057<para>Install <application><acronym>DHCP</acronym></application> by running the following commands:</para>
    5158
    52 <screen><userinput><command>./configure &amp;&amp;
     59<screen><userinput><command>patch -Np1 -i ../dhcp-&dhcp-version;-iproute2-1.patch &amp;&amp;
     60./configure &amp;&amp;
    5361make &amp;&amp;
    5462make LIBDIR=/usr/lib INCDIR=/usr/include install</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.