Changeset 9e2188a


Ignore:
Timestamp:
02/22/2004 03:26:21 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
921e3867
Parents:
a8bd24d
Message:

ppp and pppoe updates by DJ

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • connect/dialup/ppp/ppp-inst.xml

    ra8bd24d r9e2188a  
    55compiled into the kernel or available as a kernel module.</para></note>
    66
    7 <para>If you need <application><acronym>PPPoE</acronym></application> related patch,
    8 apply it:</para>
    9 
    10 <screen><userinput><command>patch -Np1 -i ../ppp-2.4.1-pppoe-6.patch</command></userinput></screen>
    11 
    127<para>Install <application><acronym>PPP</acronym></application> by running the
    138following commands:</para>
    149
    15 <screen><userinput><command>./configure &amp;&amp;
    16 make &amp;&amp;
    17 make install</command></userinput></screen>
     10<screen><userinput><command>patch -Np1 -i ../ppp-&ppp-version;-nobpf-2.patch &amp;&amp;
     11./configure &amp;&amp;
     12make ETCDIR=/etc/ppp &amp;&amp;
     13make ETCDIR=/etc/ppp install</command></userinput></screen>
    1814
    1915</sect2>
  • connect/dialup/ppp/ppp-intro.xml

    ra8bd24d r9e2188a  
    55the <command>pppd</command> daemon and the <command>chat</command> program.
    66This is used for connecting to other machines; often for connecting to
    7 the Internet via a dial-up connection to an <acronym>ISP</acronym>.</para>
     7the Internet via a dial-up or <acronym>PPPoE</acronym> connection to an
     8<acronym>ISP</acronym>.</para>
    89
    910<sect3><title>Package information</title>
     
    2223<sect3><title>Additional downloads</title>
    2324<itemizedlist spacing='compact'>
    24 <listitem><para>Required patch if you plan on using <xref linkend="pppoe"/>
    25 with demand dialing or kernel mode
    26 <application><acronym>PPPoE</acronym></application>
    27 <ulink url="&patch-root;/ppp-2.4.1-pppoe-6.patch"/></para></listitem>
     25<listitem><para>Required patch:
     26<ulink
     27url="&patch-root;/ppp-2.4.2-nobpf-2.patch"/></para></listitem>
    2828</itemizedlist>
    2929</sect3>
    3030
    31 <!--
    32 <screen>ppp needs nothing to compile but you must have PPP support
    33 either compiled in or as a kernel module to use it.</screen> -->
     31<sect3><title><application>ppp</application> dependencies</title>
     32<sect4><title>Required</title>
     33<para><xref linkend="libpcap"/></para></sect4>
     34</sect3>
    3435
    3536</sect2>
  • connect/dialup/ppp/ppp.ent

    ra8bd24d r9e2188a  
    44<!ENTITY ppp-config SYSTEM "ppp-config.xml">
    55<!ENTITY ppp-desc SYSTEM "ppp-desc.xml">
    6 <!ENTITY ppp-version "2.4.1">
    7 <!ENTITY ppp-download-http "http://rz-obrian.rz.uni-karlsruhe.de/download/src/ppp-2.4/ppp-&ppp-version;.tar.gz">
    8 <!ENTITY ppp-download-ftp "ftp://cs.anu.edu.au/pub/software/ppp/ppp-&ppp-version;.tar.gz">
    9 <!ENTITY ppp-size "524 KB">
    10 <!ENTITY ppp-buildsize "4.1 MB">
    11 <!ENTITY ppp-time "0.09 SBU">
     6<!ENTITY ppp-version "2.4.2">
     7<!ENTITY ppp-download-http "http://ccache.samba.org/ftp/ppp/ppp-&ppp-version;.tar.gz">
     8<!ENTITY ppp-download-ftp "ftp://ftp.samba.org/pub/ppp/ppp-&ppp-version;.tar.gz">
     9<!ENTITY ppp-size "757 KB">
     10<!ENTITY ppp-buildsize "7.4 MB">
     11<!ENTITY ppp-time "0.13 SBU">
  • connect/other/pppoe/pppoe-inst.xml

    ra8bd24d r9e2188a  
    22<title>Installation of <application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application></title>
    33
    4 <para>If you plan on using demand dialing, or kernel mode
    5 <acronym>PPPoE</acronym>, confirm that you have applied the patch during
    6 installation of <xref linkend="ppp"/>.
     4<para><emphasis>Note: </emphasis> If you plan on using kernel-mode PPPoE, you no longer need this package.
    75Additional information about kernel mode <acronym>PPPoE</acronym> can be found in
    86<filename>rp-pppoe-&pppoe-version;/doc/KERNEL-MODE-PPPOE</filename>.</para>
  • introduction/welcome/changelog.xml

    ra8bd24d r9e2188a  
    1616Added optional dependency on an MTA for tripwire.</para></listitem>
    1717
    18 <listitem><para>February 21st, 2004 [tushar]: Added libpcap, submitted by
    19 DJ Lucas.</para></listitem>
     18<listitem><para>February 21st, 2004 [tushar]: Updated libpcap-0.8.1 and ppp-2.4.2,
     19submitted by DJ Lucas.</para></listitem>
    2020
    2121<listitem><para>February 21st, 2004 [igor]: Updated to
  • introduction/welcome/credits.xml

    ra8bd24d r9e2188a  
    167167STLport, tcl, tk and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem>
    168168
    169 <listitem><para>libpcap, ncpfs, netfs and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para>
     169<listitem><para>libpcap, ncpfs, netfs, ppp(update) and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para>
    170170</listitem>
    171171
  • multimedia/cdwriteutils/cdrdao/cdrdao.ent

    ra8bd24d r9e2188a  
    44<!ENTITY cdrdao-desc SYSTEM "cdrdao-desc.xml">
    55<!ENTITY cdrdao-version "1.1.8">
    6 <!ENTITY cdrdao-download-http "http://umn.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-&cdrdao-vesion;.tar.gz">
     6<!ENTITY cdrdao-download-http "http://umn.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
    77<!ENTITY cdrdao-download-ftp "">
    88<!ENTITY cdrdao-size "1.1 MB">
Note: See TracChangeset for help on using the changeset viewer.