Changeset 98020b1


Ignore:
Timestamp:
09/10/2005 12:56:01 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
82436ed
Parents:
a9d2cbd
Message:

Updated to RP-PPPoE-3.6.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • connect/other/pppoe.xml

    ra9d2cbd r98020b1  
    66
    77  <!ENTITY pppoe-download-http "http://www.roaringpenguin.com/penguin/pppoe/rp-pppoe-&pppoe-version;.tar.gz">
    8   <!ENTITY pppoe-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/rp-pppoe-&pppoe-version;.tar.gz">
    9   <!ENTITY pppoe-md5sum        "97972f8f8f6a3ab9b7070333a6a29c4b">
    10   <!ENTITY pppoe-size          "185 KB">
     8  <!ENTITY pppoe-download-ftp  " ">
     9  <!ENTITY pppoe-md5sum        "944bae296796144e1728188a44d18cbd">
     10  <!ENTITY pppoe-size          "207 KB">
    1111  <!ENTITY pppoe-buildsize     "2.2 MB">
    1212  <!ENTITY pppoe-time          "0.05 SBU">
     
    8484    </indexterm>
    8585
    86     <para>Fix the location of the logger executable in several ADSL scripts:</para>
     86    <para>Fix the location of the logger executable in several PPPoE scripts:</para>
    8787
    8888<screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% \
    89     scripts/adsl-{connect,setup,stop}.in</userinput></screen>
     89    scripts/pppoe-{connect,setup,stop}.in</userinput></screen>
    9090
    9191    <para>Install <application>RP-PPPoE</application> by running the following
     
    111111    can optionally use the <command>go</command> script in the root of the
    112112    source tree to run the same commands, which are then immediately followed
    113     by the <command>adsl-setup</command> script.</para>
     113    by the <command>pppoe-setup</command> script.</para>
    114114
    115115  </sect2>
     
    163163
    164164      <para>To configure <application>RP-PPPoE</application> after installation,
    165       you should run the <command>adsl-setup</command> script.</para>
     165      you should run the <command>pppoe-setup</command> script.</para>
    166166
    167167      <para>When configuring your connection, you will need to have your
     
    172172      connection for you.  You can, of course, choose not to install the
    173173      following script, and start your connection manually with the
    174       <command>adsl-start</command> script.</para>
     174      <command>pppoe-start</command> script.</para>
    175175
    176176      <para id="pppoe-init"><emphasis>Optionally</emphasis> install the
     
    224224
    225225      <seglistitem>
    226         <seg>adsl-connect, adsl-setup, adsl-start, adsl-status, adsl-stop, pppoe,
     226        <seg>pppoe-connect, pppoe-setup, pppoe-start, pppoe-status, pppoe-stop, pppoe,
    227227        pppoe-relay, pppoe-server and pppoe-sniff</seg>
    228228        <seg>None</seg>
     
    236236      <?dbhtml list-presentation="table"?>
    237237
    238       <varlistentry id="adsl-connect">
    239         <term><command>adsl-connect</command></term>
    240         <listitem>
    241           <para>is a shell script which manages an ADSL
     238      <varlistentry id="pppoe-connect">
     239        <term><command>pppoe-connect</command></term>
     240        <listitem>
     241          <para>is a shell script which manages an PPPoE
    242242          connection using the user-space PPPoE client.</para>
    243           <indexterm zone="pppoe adsl-connect">
    244             <primary sortas="b-adsl-connect">adsl-connect</primary>
    245           </indexterm>
    246         </listitem>
    247       </varlistentry>
    248 
    249       <varlistentry id="adsl-setup">
    250         <term><command>adsl-setup</command></term>
     243          <indexterm zone="pppoe pppoe-connect">
     244            <primary sortas="b-pppoe-connect">pppoe-connect</primary>
     245          </indexterm>
     246        </listitem>
     247      </varlistentry>
     248
     249      <varlistentry id="pppoe-setup">
     250        <term><command>pppoe-setup</command></term>
    251251        <listitem>
    252252          <para>is a script for configuring the client. Configuration is
    253253          then stored in <filename>/etc/ppp/pppoe.conf</filename>.</para>
    254           <indexterm zone="pppoe adsl-setup">
    255             <primary sortas="b-adsl-setup">adsl-setup</primary>
    256           </indexterm>
    257         </listitem>
    258       </varlistentry>
    259 
    260       <varlistentry id="adsl-start">
    261         <term><command>adsl-start</command></term>
     254          <indexterm zone="pppoe pppoe-setup">
     255            <primary sortas="b-pppoe-setup">pppoe-setup</primary>
     256          </indexterm>
     257        </listitem>
     258      </varlistentry>
     259
     260      <varlistentry id="pppoe-start">
     261        <term><command>pppoe-start</command></term>
    262262        <listitem>
    263263          <para>starts the client using the options specified in
    264264          <filename>/etc/ppp/pppoe.conf</filename>.</para>
    265           <indexterm zone="pppoe adsl-start">
    266             <primary sortas="b-adsl-start">adsl-start</primary>
    267           </indexterm>
    268         </listitem>
    269       </varlistentry>
    270 
    271       <varlistentry id="adsl-status">
    272         <term><command>adsl-status</command></term>
    273         <listitem>
    274           <para>displays the status of the ADSL
     265          <indexterm zone="pppoe pppoe-start">
     266            <primary sortas="b-pppoe-start">pppoe-start</primary>
     267          </indexterm>
     268        </listitem>
     269      </varlistentry>
     270
     271      <varlistentry id="pppoe-status">
     272        <term><command>pppoe-status</command></term>
     273        <listitem>
     274          <para>displays the status of the PPPoE
    275275          connection.</para>
    276           <indexterm zone="pppoe adsl-status">
    277             <primary sortas="b-adsl-status">adsl-status</primary>
    278           </indexterm>
    279         </listitem>
    280       </varlistentry>
    281 
    282       <varlistentry id="adsl-stop">
    283         <term><command>adsl-stop</command></term>
     276          <indexterm zone="pppoe pppoe-status">
     277            <primary sortas="b-pppoe-status">pppoe-status</primary>
     278          </indexterm>
     279        </listitem>
     280      </varlistentry>
     281
     282      <varlistentry id="pppoe-stop">
     283        <term><command>pppoe-stop</command></term>
    284284        <listitem>
    285285          <para>stops the client.</para>
    286           <indexterm zone="pppoe adsl-stop">
    287             <primary sortas="b-adsl-stop">adsl-stop</primary>
     286          <indexterm zone="pppoe pppoe-stop">
     287            <primary sortas="b-pppoe-stop">pppoe-stop</primary>
    288288          </indexterm>
    289289        </listitem>
  • general.ent

    ra9d2cbd r98020b1  
    224224
    225225<!-- Chapter 15 -->
    226 <!ENTITY pppoe-version                "3.5">
     226<!ENTITY pppoe-version                "3.6">
    227227
    228228<!-- Chapter 16 -->
  • introduction/welcome/changelog.xml

    ra9d2cbd r98020b1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[igor] - Updated to RP-PPPoE-3.6.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[dj] - Added a GCC-4 patch and updated 'fixed_paths'
    4952          patch in JDK source build instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.