Ignore:
Timestamp:
05/30/2005 09:31:54 PM (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.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:
74390482
Parents:
5e9a7236
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/other/pppoe.xml

    r5e9a7236 r893d9711  
    3131
    3232    <para>The Roaring Penguin <application>PPPoE</application>
    33     package contains both a client and a server component that works with the 
    34     client. The client allows you to connect to large networks that use the 
    35     PPPoE protocol, common among ADSL providers. The server component 
    36     runs alongside the client, allowing you to configure other clients that send 
     33    package contains both a client and a server component that works with the
     34    client. The client allows you to connect to large networks that use the
     35    PPPoE protocol, common among ADSL providers. The server component
     36    runs alongside the client, allowing you to configure other clients that send
    3737    out a configuration request.</para>
    3838
     
    6565    <xref linkend="net-tools"/> (you may omit
    6666    <application>Net-tools</application> by using the following patch to
    67     utilize <application>IPRoute2</application>: <ulink 
     67    utilize <application>IPRoute2</application>: <ulink
    6868    url="&patch-root;/rp-pppoe-&pppoe-version;-iproute2-1.patch"/>)</para>
    6969
     
    7474
    7575    <note id="pppoe-kernel">
    76       <para>If you plan on using kernel-mode PPPoE, this package is no longer explicitly 
    77       needed, however, it is recomended for ease of configuration. Additional information 
    78       about kernel mode PPPoE can be found in 
     76      <para>If you plan on using kernel-mode PPPoE, this package is no longer explicitly
     77      needed, however, it is recomended for ease of configuration. Additional information
     78      about kernel mode PPPoE can be found in
    7979      <filename>rp-pppoe-&pppoe-version;/doc/KERNEL-MODE-PPPOE</filename>.</para>
    8080    </note>
     
    8888<screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% scripts/adsl-{connect,setup,stop}.in</userinput></screen>
    8989
    90     <para>Install <application>RP-PPPoE</application> by running the following 
     90    <para>Install <application>RP-PPPoE</application> by running the following
    9191    commands:</para>
    9292
     
    107107
    108108    <para>These are the standard installation commands that will install into
    109     the <filename class="directory">/usr</filename> prefix.  You can optionally use the 
     109    the <filename class="directory">/usr</filename> prefix.  You can optionally use the
    110110    <command>go</command> script in the root of the source tree, to
    111     run the same commands, which are then immediately followed by the 
     111    run the same commands, which are then immediately followed by the
    112112    <command>adsl-setup</command> script.</para>
    113113
     
    120120      <title>Config Files</title>
    121121
    122       <para><filename>/etc/ppp/pppoe.conf</filename>, 
    123       <filename>/etc/ppp/firewall-standalone</filename>, 
    124       <filename>/etc/ppp/firewall-masq</filename>, 
    125       <filename>/etc/ppp/pppoe-server-options</filename>, 
    126       <filename>/etc/resolv.conf</filename>, 
    127       <filename>/etc/ppp/pap-secrets</filename>, 
     122      <para><filename>/etc/ppp/pppoe.conf</filename>,
     123      <filename>/etc/ppp/firewall-standalone</filename>,
     124      <filename>/etc/ppp/firewall-masq</filename>,
     125      <filename>/etc/ppp/pppoe-server-options</filename>,
     126      <filename>/etc/resolv.conf</filename>,
     127      <filename>/etc/ppp/pap-secrets</filename>,
    128128      <filename>/etc/ppp/chap-secrets</filename></para>
    129129
     
    161161      <title>Configuration Information</title>
    162162
    163       <para>To configure <application>RP-PPPoE</application> after installation, 
     163      <para>To configure <application>RP-PPPoE</application> after installation,
    164164      you should run the <command>adsl-setup</command> script.</para>
    165165
    166       <para>When configuring your connection, you will need to have your 
    167       ISP's nameserver information available, as well as your 
    168       username and password.  You will also be asked whether to configure a 
    169       dial-on-demand or a constant connection.  If your service provider does not 
    170       charge by the minute, it is usually good to have a bootscript handle the 
    171       connection for you.  You can, of course, choose not to install the 
    172       following script, and start your connection manually with the 
     166      <para>When configuring your connection, you will need to have your
     167      ISP's nameserver information available, as well as your
     168      username and password.  You will also be asked whether to configure a
     169      dial-on-demand or a constant connection.  If your service provider does not
     170      charge by the minute, it is usually good to have a bootscript handle the
     171      connection for you.  You can, of course, choose not to install the
     172      following script, and start your connection manually with the
    173173      <command>adsl-start</command> script.</para>
    174174
    175       <para id="pppoe-init"><emphasis>Optionally</emphasis> install the 
    176       <filename>/etc/sysconfig/network-devices/services/pppoe</filename> service 
     175      <para id="pppoe-init"><emphasis>Optionally</emphasis> install the
     176      <filename>/etc/sysconfig/network-devices/services/pppoe</filename> service
    177177      script included with the <xref linkend="intro-important-bootscripts"/>
    178178      package (as user <systemitem class="username">root</systemitem>).</para>
     
    184184<screen role='root'><userinput>make install-service-pppoe</userinput></screen>
    185185
    186       <para id="pppoe-config2">Now create the config file for use with the 
    187       <filename>pppoe</filename> service script (as user <systemitem 
     186      <para id="pppoe-config2">Now create the config file for use with the
     187      <filename>pppoe</filename> service script (as user <systemitem
    188188      class="username">root</systemitem>):</para>
    189189
     
    194194      <note>
    195195        <para>If you have previously configured the network interface that
    196         will now use PPPoE, you should remove the interface 
    197         configuration files for that interface (as user <systemitem 
     196        will now use PPPoE, you should remove the interface
     197        configuration files for that interface (as user <systemitem
    198198        class="username">root</systemitem>):</para>
    199199
     
    223223
    224224      <seglistitem>
    225         <seg>adsl-connect, adsl-setup, adsl-start, adsl-status, adsl-stop, pppoe, 
     225        <seg>adsl-connect, adsl-setup, adsl-start, adsl-status, adsl-stop, pppoe,
    226226        pppoe-relay, pppoe-server and pppoe-sniff</seg>
    227227        <seg>None</seg>
     
    238238        <term><command>adsl-connect</command></term>
    239239        <listitem>
    240           <para>is a shell script which manages an ADSL 
     240          <para>is a shell script which manages an ADSL
    241241          connection using the user-space PPPoE client.</para>
    242242          <indexterm zone="pppoe adsl-connect">
     
    249249        <term><command>adsl-setup</command></term>
    250250        <listitem>
    251           <para>is a script for configuring the client. Configuration is 
     251          <para>is a script for configuring the client. Configuration is
    252252          then stored in <filename>/etc/ppp/pppoe.conf</filename>.</para>
    253253          <indexterm zone="pppoe adsl-setup">
     
    260260        <term><command>adsl-start</command></term>
    261261        <listitem>
    262           <para>starts the client using the options specified in 
     262          <para>starts the client using the options specified in
    263263          <filename>/etc/ppp/pppoe.conf</filename>.</para>
    264264          <indexterm zone="pppoe adsl-start">
     
    271271        <term><command>adsl-status</command></term>
    272272        <listitem>
    273           <para>displays the status of the ADSL 
     273          <para>displays the status of the ADSL
    274274          connection.</para>
    275275          <indexterm zone="pppoe adsl-status">
     
    292292        <term><command>pppoe</command></term>
    293293        <listitem>
    294           <para>is the client program. Generally it should not be started on 
     294          <para>is the client program. Generally it should not be started on
    295295          its own.</para>
    296296          <indexterm zone="pppoe pppoe-prog">
     
    323323        <term><command>pppoe-sniff</command></term>
    324324        <listitem>
    325           <para>is a small network sniffer designed to assist in setting 
     325          <para>is a small network sniffer designed to assist in setting
    326326          <envar>PPPOE_EXTRA</envar> settings.</para>
    327327          <indexterm zone="pppoe pppoe-sniff">
Note: See TracChangeset for help on using the changeset viewer.