Changeset 662602c


Ignore:
Timestamp:
10/03/2004 02:20:23 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:
bdc769fc
Parents:
1d602a9d
Message:

fixed deps and optional patch for dhcp and rp-pppoe.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • connect/other/pppoe.xml

    r1d602a9d r662602c  
    4646<sect3><title><application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application> dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="ppp"/></para></sect4>
     48<para><xref linkend="ppp"/></para>
     49<para><xref linkend="net-tools"/></para></sect4>
    4950</sect3>
    5051
  • general.ent

    r1d602a9d r662602c  
    1 <!ENTITY day          "27">
    2 <!ENTITY month        "09">
     1<!ENTITY day          "02">
     2<!ENTITY month        "10">
    33<!ENTITY year         "2004">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "September &day;th, &year;">
     5<!ENTITY releasedate  "September &day;nd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
     
    2020
    2121
    22 <!ENTITY blfs-bootscripts-version     "20040826">
     22<!ENTITY blfs-bootscripts-version     "20041002">
    2323<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    2424                                     
  • introduction/welcome/changelog.xml

    r1d602a9d r662602c  
    2323<itemizedlist>
    2424
     25<listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependacy
     26for RP-PPPoE.  Made iproute2 patch to optional for dhcp.</para></listitem>
     27
    2528<listitem><para>September 27th, 2004 [Randy]: Modified Ethereal
    2629configuration instructions as suggested by Bruce Dubbs; modified
  • server/other/dhcp.xml

    r1d602a9d r662602c  
    4444</sect3>
    4545
     46<sect3><title><application>dhcp</application> dependencies</title>
     47<sect4><title>Required</title>
     48<para><xref linkend="net-tools"/></para></sect4>
     49</sect3>
     50
    4651<sect3><title>Additional downloads</title>
    4752<itemizedlist spacing='compact'>
    48 <listitem><para>Required Patch:
     53<listitem><para>Optional Patch to use iproute2 (this removes the
     54dependacy on net-tools):
    4955<ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-1.patch"/></para></listitem>
    5056</itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.