Updated to PPP-2.4.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2938 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-11-15 10:35:21 +00:00
parent a1580bb107
commit 637955b3f2
3 changed files with 28 additions and 20 deletions

View File

@ -6,8 +6,8 @@
<!ENTITY ppp-download-http "http://ccache.samba.org/ftp/ppp/ppp-&ppp-version;.tar.gz">
<!ENTITY ppp-download-ftp "ftp://ftp.samba.org/pub/ppp/ppp-&ppp-version;.tar.gz">
<!ENTITY ppp-size "757 KB">
<!ENTITY ppp-buildsize "7.4 MB">
<!ENTITY ppp-size "672 KB">
<!ENTITY ppp-buildsize "6.2 MB">
<!ENTITY ppp-time "0.13 SBU">
]>
@ -41,13 +41,6 @@ url="&ppp-download-ftp;"/></para></listitem>
&ppp-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/ppp-&ppp-version;-nobpf-3.patch"/></para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>ppp</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libpcap"/></para></sect4>
@ -64,10 +57,19 @@ compiled into the kernel or available as a kernel module.</para></note>
<para>Install <application><acronym>PPP</acronym></application> by running the
following commands:</para>
<screen><userinput><command>patch -Np1 -i ../ppp-&ppp-version;-nobpf-3.patch &amp;&amp;
./configure &amp;&amp;
make ETCDIR=/etc/ppp &amp;&amp;
make ETCDIR=/etc/ppp install</command></userinput></screen>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make install-etcppp</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>make install-etcppp</command>: This command puts
example configuration files in <filename
class="directory">/etc/ppp</filename>.</para>
</sect2>
@ -91,10 +93,14 @@ this package or by using <xref linkend="wvdial"/>.</para>
<sect2>
<title>Contents</title>
<para>The <application><acronym>PPP</acronym></application> package contains
the <command>chat</command>,
<command>pppd</command>, <command>pppdump</command> and
<command>pppstats</command> programs.</para>
<para>The <application><acronym>PPP</acronym></application> package
contains the
<command>chat</command>,
<command>pppd</command>,
<command>pppdump</command>,
<command>pppoe-discovery</command> and
<command>pppstats</command>
programs.</para>
</sect2>
@ -122,4 +128,3 @@ to a readable format.</para></sect3>
</sect2>
</sect1>

View File

@ -1,4 +1,4 @@
<!ENTITY day "14">
<!ENTITY day "15">
<!ENTITY month "11">
<!ENTITY year "2004">
<!ENTITY version "svn-&year;&month;&day;">
@ -153,7 +153,7 @@
<!-- Part IV -->
<!-- Chapter 13 -->
<!ENTITY ppp-version "2.4.2">
<!ENTITY ppp-version "2.4.3">
<!ENTITY wvdial-version "1.54.0">
<!-- Chapter 14 -->

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>November 15th, 2004 [igor]: Updated to
PPP-2.4.3.</para></listitem>
<listitem><para>November 14th, 2004 [randy]: Added MD5 sum, updated
dependencies and minor corrections to ScrollKeeper
instructions; updated to startup-notification-0.8.</para></listitem>