mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +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-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-download-ftp "ftp://ftp.samba.org/pub/ppp/ppp-&ppp-version;.tar.gz">
|
||||||
<!ENTITY ppp-size "757 KB">
|
<!ENTITY ppp-size "672 KB">
|
||||||
<!ENTITY ppp-buildsize "7.4 MB">
|
<!ENTITY ppp-buildsize "6.2 MB">
|
||||||
<!ENTITY ppp-time "0.13 SBU">
|
<!ENTITY ppp-time "0.13 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -41,13 +41,6 @@ url="&ppp-download-ftp;"/></para></listitem>
|
|||||||
&ppp-time;</para></listitem></itemizedlist>
|
&ppp-time;</para></listitem></itemizedlist>
|
||||||
</sect3>
|
</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>
|
<sect3><title><application>ppp</application> dependencies</title>
|
||||||
<sect4><title>Required</title>
|
<sect4><title>Required</title>
|
||||||
<para><xref linkend="libpcap"/></para></sect4>
|
<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
|
<para>Install <application><acronym>PPP</acronym></application> by running the
|
||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>patch -Np1 -i ../ppp-&ppp-version;-nobpf-3.patch &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
./configure &&
|
make &&
|
||||||
make ETCDIR=/etc/ppp &&
|
make install &&
|
||||||
make ETCDIR=/etc/ppp install</command></userinput></screen>
|
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>
|
</sect2>
|
||||||
|
|
||||||
@ -91,10 +93,14 @@ this package or by using <xref linkend="wvdial"/>.</para>
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application><acronym>PPP</acronym></application> package contains
|
<para>The <application><acronym>PPP</acronym></application> package
|
||||||
the <command>chat</command>,
|
contains the
|
||||||
<command>pppd</command>, <command>pppdump</command> and
|
<command>chat</command>,
|
||||||
<command>pppstats</command> programs.</para>
|
<command>pppd</command>,
|
||||||
|
<command>pppdump</command>,
|
||||||
|
<command>pppoe-discovery</command> and
|
||||||
|
<command>pppstats</command>
|
||||||
|
programs.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -122,4 +128,3 @@ to a readable format.</para></sect3>
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!ENTITY day "14">
|
<!ENTITY day "15">
|
||||||
<!ENTITY month "11">
|
<!ENTITY month "11">
|
||||||
<!ENTITY year "2004">
|
<!ENTITY year "2004">
|
||||||
<!ENTITY version "svn-&year;&month;&day;">
|
<!ENTITY version "svn-&year;&month;&day;">
|
||||||
@ -153,7 +153,7 @@
|
|||||||
<!-- Part IV -->
|
<!-- Part IV -->
|
||||||
|
|
||||||
<!-- Chapter 13 -->
|
<!-- Chapter 13 -->
|
||||||
<!ENTITY ppp-version "2.4.2">
|
<!ENTITY ppp-version "2.4.3">
|
||||||
<!ENTITY wvdial-version "1.54.0">
|
<!ENTITY wvdial-version "1.54.0">
|
||||||
|
|
||||||
<!-- Chapter 14 -->
|
<!-- Chapter 14 -->
|
||||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<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
|
<listitem><para>November 14th, 2004 [randy]: Added MD5 sum, updated
|
||||||
dependencies and minor corrections to ScrollKeeper
|
dependencies and minor corrections to ScrollKeeper
|
||||||
instructions; updated to startup-notification-0.8.</para></listitem>
|
instructions; updated to startup-notification-0.8.</para></listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user