mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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
This commit is contained in:
parent
1d602a9d97
commit
662602c61c
@ -45,7 +45,8 @@ url="&pppoe-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="ppp"/></para></sect4>
|
||||
<para><xref linkend="ppp"/></para>
|
||||
<para><xref linkend="net-tools"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "27">
|
||||
<!ENTITY month "09">
|
||||
<!ENTITY day "02">
|
||||
<!ENTITY month "10">
|
||||
<!ENTITY year "2004">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "September &day;th, &year;">
|
||||
<!ENTITY releasedate "September &day;nd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
|
||||
<!ENTITY lfs-version "testing"> <!-- stable|testing|unstable] -->
|
||||
@ -19,7 +19,7 @@
|
||||
<!ENTITY publisher "Unknown">
|
||||
|
||||
|
||||
<!ENTITY blfs-bootscripts-version "20040826">
|
||||
<!ENTITY blfs-bootscripts-version "20041002">
|
||||
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
|
||||
|
||||
<!-- Part II -->
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependacy
|
||||
for RP-PPPoE. Made iproute2 patch to optional for dhcp.</para></listitem>
|
||||
|
||||
<listitem><para>September 27th, 2004 [Randy]: Modified Ethereal
|
||||
configuration instructions as suggested by Bruce Dubbs; modified
|
||||
iptables id entity.</para></listitem>
|
||||
|
@ -43,9 +43,15 @@ url="&dhcp-download-ftp;"/></para></listitem>
|
||||
&dhcp-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>dhcp</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="net-tools"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Required Patch:
|
||||
<listitem><para>Optional Patch to use iproute2 (this removes the
|
||||
dependacy on net-tools):
|
||||
<ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-1.patch"/></para></listitem>
|
||||
</itemizedlist>
|
||||
</sect3>
|
||||
|
Loading…
Reference in New Issue
Block a user