mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
a1580bb107
commit
637955b3f2
@ -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 &&
|
||||
./configure &&
|
||||
make ETCDIR=/etc/ppp &&
|
||||
make ETCDIR=/etc/ppp install</command></userinput></screen>
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
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>
|
||||
|
||||
|
@ -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 -->
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user