Ignore:
Timestamp:
02/09/2005 05:28:10 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b6293773
Parents:
23460a6
Message:

Added index tags and md5sums to PPP

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dialup/ppp.xml

    r23460a6 re72dc56  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6  
     6
    77  <!ENTITY ppp-download-http "http://ccache.samba.org/ftp/ppp/ppp-&ppp-version;.tar.gz">
    88  <!ENTITY ppp-download-ftp  "ftp://ftp.samba.org/pub/ppp/ppp-&ppp-version;.tar.gz">
     9  <!ENTITY ppp-md5sum        "848f6c3cafeb6074ffeb293c3af79b7c">
    910  <!ENTITY ppp-size          "672 KB">
    1011  <!ENTITY ppp-buildsize     "6.2 MB">
     
    1920<?dbhtml filename="ppp.html"?>
    2021<title>PPP-&ppp-version;</title>
     22<indexterm zone="ppp">
     23<primary sortas="a-PPP">PPP</primary></indexterm>
    2124
    2225<sect2>
     
    3538<listitem><para>Download (FTP): <ulink
    3639url="&ppp-download-ftp;"/></para></listitem>
     40<listitem><para>Download MD5 sum: &ppp-md5sum;</para></listitem>
    3741<listitem><para>Download size: &ppp-size;</para></listitem>
    3842<listitem><para>Estimated disk space required:
     
    4448<sect3><title><application>ppp</application> dependencies</title>
    4549<sect4><title>Required</title>
    46 <para><xref linkend="libpcap"/></para></sect4>
     50<para><xref linkend="libpcap"/></para>
     51</sect4>
    4752</sect3>
    4853
    4954</sect2>
    5055
    51 <sect2>
     56<sect2 id="ppp-kernel">
    5257<title>Installation of <application><acronym>PPP</acronym></application></title>
    5358
    5459<note><para><application><acronym>PPP</acronym></application> support must be
    5560compiled into the kernel or available as a kernel module.</para></note>
     61<indexterm zone="ppp ppp-kernel">
     62<primary sortas="d-PPP-support">PPP support</primary></indexterm>
    5663
    5764<para>Install <application><acronym>PPP</acronym></application> by running the
     
    5966
    6067<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    61 make &amp;&amp;
    62 make install &amp;&amp;
     68make</command></userinput></screen>
     69
     70<para>Now, as the root user:</para>
     71
     72<screen><userinput role='root'><command>make install &amp;&amp;
    6373make install-etcppp</command></userinput></screen>
    6474
     
    6878<title>Command explanations</title>
    6979
    70 <para><command>make install-etcppp</command>: This command puts
    71 example configuration files in <filename
    72 class="directory">/etc/ppp</filename>.</para>
     80<para><command>make install-etcppp</command>: This command puts example
     81configuration files in <filename class="directory">/etc/ppp</filename>.</para>
    7382
    7483</sect2>
     
    7786<title>Configuring <application><acronym>PPP</acronym></application></title>
    7887
    79 <sect3><title>Config files</title>
     88<sect3 id="ppp-config"><title>Config files</title>
    8089<para><filename>/etc/ppp/*</filename></para>
     90<indexterm zone="ppp ppp-config">
     91<primary sortas="e-etc-ppp-star">/etc/ppp/*</primary></indexterm>
    8192</sect3>
    8293
    8394<sect3><title>Configuration Information</title>
    8495
    85 <para>The <application><acronym>PPP</acronym></application> daemon
    86 requires very little configuration.  The main trick is scripting the
    87 connection.  This can be done either using the chat program which comes with
     96<para>The <application><acronym>PPP</acronym></application> daemon requires
     97very little configuration.  The main trick is scripting the connection.  This
     98can be done either using the <command>chat</command> program which comes with
    8899this package or by using <xref linkend="wvdial"/>.</para>
    89100</sect3>
     
    94105<title>Contents</title>
    95106
    96 <para>The <application><acronym>PPP</acronym></application> package
    97 contains the
    98 <command>chat</command>,
    99 <command>pppd</command>,
    100 <command>pppdump</command>,
    101 <command>pppoe-discovery</command> and
    102 <command>pppstats</command>
    103 programs.</para>
     107<segmentedlist>
     108<segtitle>Installed Programs</segtitle>
     109<segtitle>Installed Libraries</segtitle>
     110<segtitle>Installed Directories</segtitle>
    104111
    105 </sect2>
     112<seglistitem>
     113<seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
     114<seg>Several plugin modules installed in
     115<filename class='directory'>/usr/lib/pppd/2.4.3</filename></seg>
     116<seg>/etc/ppp, /usr/include/pppd and /usr/lib/pppd</seg>
     117</seglistitem>
     118</segmentedlist>
    106119
    107 <sect2><title>Description</title>
     120<variablelist>
     121<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     122<?dbfo list-presentation="list"?>
    108123
    109 <sect3><title>chat</title>
    110 <para>The <command>chat</command> program defines a conversational exchange
    111 between the computer and the modem.  Its primary purpose is to establish the
    112 connection between the Point-to-Point Protocol  Daemon
    113 (<acronym>PPPD</acronym>)  and  the remote's <command>pppd</command> process.
    114 </para></sect3>
     124<varlistentry id="chat">
     125<term><command>chat</command></term>
     126<listitem><para>defines a conversational exchange between the computer and the
     127modem. Its primary purpose is to establish the connection between the
     128Point-to-Point Protocol Daemon (<acronym>PPPD</acronym>) and the remote's
     129<command>pppd</command> process.</para>
     130<indexterm zone="ppp chat">
     131<primary sortas="b-chat">chat</primary>
     132</indexterm></listitem>
     133</varlistentry>
    115134
    116 <sect3><title>pppd</title>
    117 <para><command>pppd</command> is the Point to Point Protocol daemon.</para></sect3>
     135<varlistentry id="pppd">
     136<term><command>pppd</command></term>
     137<listitem><para>is the Point to Point Protocol daemon.</para>
     138<indexterm zone="ppp pppd">
     139<primary sortas="b-pppd">pppd</primary>
     140</indexterm></listitem>
     141</varlistentry>
    118142
    119 <sect3><title>pppdump</title>
    120 <para><command>pppdump</command> is used to convert
    121 <application><acronym>PPP</acronym></application> record files
    122 to a readable format.</para></sect3>
     143<varlistentry id="pppdump">
     144<term><command>pppdump</command></term>
     145<listitem><para>is used to convert
     146<application><acronym>PPP</acronym></application> record files to a readable
     147format.</para>
     148<indexterm zone="ppp pppdump">
     149<primary sortas="b-pppdump">pppdump</primary>
     150</indexterm></listitem>
     151</varlistentry>
    123152
    124 <sect3><title>pppstats</title>
    125 <para><command>pppstats</command> is used to print
    126 <application><acronym>PPP</acronym></application> statistics.</para></sect3>
     153<varlistentry id="pppstats">
     154<term><command>pppstats</command></term>
     155<listitem><para>is used to print
     156<application><acronym>PPP</acronym></application> statistics.</para>
     157<indexterm zone="ppp pppstats">
     158<primary sortas="b-pppstats">pppstats</primary>
     159</indexterm></listitem>
     160</varlistentry>
     161</variablelist>
    127162
    128163</sect2>
Note: See TracChangeset for help on using the changeset viewer.