Ticket #58: added-pppoe.2.patch

File added-pppoe.2.patch, 6.3 KB (added by DJ Lucas, 21 years ago)

ops, braindead sleepy misake....adsl-setup (not adsl-config)

  • connect/connect.ent

    diff -Naur BOOK-ORIG/connect/connect.ent BOOK-DJL/connect/connect.ent
    old new  
    1717<!-- Other -->
    1818<!ENTITY connect-other SYSTEM "other/other.xml">
    1919<!ENTITY connect-other-isdn SYSTEM "other/isdn.xml">
    20 <!ENTITY connect-other-pppoe SYSTEM "other/pppoe.xml">
     20<!ENTITY % pppoe SYSTEM "other/pppoe/pppoe.ent">
     21%pppoe;
  • connect/other/other.xml

    diff -Naur BOOK-ORIG/connect/other/other.xml BOOK-DJL/connect/other/other.xml
    old new  
    11<chapter id="connect-other">
    22<?dbhtml filename="other.html" dir="connect"?>
    3 <title>Other</title>
     3<title>Other connection methods index</title>
    44
    55<para>Other methods to connect to large networks are through ISDN and
    6 PPPOE interfaces. Pages written for these interfaces are always welcome
     6PPPoE interfaces. Pages written for these interfaces are always welcome
    77and will be included in future books, if available.</para>
    88
     9&connect-other-isdn;
     10&pppoe;
    911
    1012</chapter>
  • connect/other/pppoe/pppoe-config.xml

    diff -Naur BOOK-ORIG/connect/other/pppoe/pppoe-config.xml BOOK-DJL/connect/other/pppoe/pppoe-config.xml
    old new  
     1<sect2>
     2<title>Configuring RP-PPPoE</title>
     3
     4<sect3><title>Config files</title>
     5<para><filename>files to be determined</filename></para></sect3>
     6
     7<sect3><title>Configuration Information</title>
     8
     9<para>To re-configure RP-PPPoE after installation, you should run the
     10<filename>adsl-config</filename> script.</para>
     11
     12</sect3>
     13
     14</sect2>
     15
  • connect/other/pppoe/pppoe-desc.xml

    diff -Naur BOOK-ORIG/connect/other/pppoe/pppoe-desc.xml BOOK-DJL/connect/other/pppoe/pppoe-desc.xml
    old new  
     1<sect2>
     2<title>Contents</title>
     3
     4<para>The RP-PPPoE package contains <userinput>adsl-setup, adsl-start,
     5and adsl-stop</userinput>.</para>
     6
     7</sect2>
     8
     9<sect2><title>Description</title>
     10
     11<sect3><title>adsl-setup</title>
     12<para>a script for configuring the client.</para></sect3>
     13
     14<sect3><title>adsl-start</title>
     15<para>starts the client using the options specified when you
     16ran <userinput>adsl-config</userinput>.</para></sect3>
     17
     18<sect3><title>adsl-stop</title>
     19<para>stops the client.</para></sect3>
     20
     21</sect2>
     22
  • connect/other/pppoe/pppoe-exp.xml

    diff -Naur BOOK-ORIG/connect/other/pppoe/pppoe-exp.xml BOOK-DJL/connect/other/pppoe/pppoe-exp.xml
    old new  
     1<sect2>
     2<title>Command explanations</title>
     3
     4<para>The 'go' script will run configure, make, and make install for
     5you, with the most common options.  It will also run the adsl-setup
     6script for configuring your connection.  Of course, you are free
     7to run the commands individually to fine tune the installation.</para>
     8
     9</sect2>
     10
  • connect/other/pppoe/pppoe-inst.xml

    diff -Naur BOOK-ORIG/connect/other/pppoe/pppoe-inst.xml BOOK-DJL/connect/other/pppoe/pppoe-inst.xml
    old new  
     1<sect2>
     2<title>Installation of RP-PPPoE</title>
     3
     4<para>Install RP-PPPoE by running the following command:</para>
     5
     6<para><screen><userinput>
     7./go</userinput></screen></para>
     8
     9</sect2>
     10
  • connect/other/pppoe/pppoe-intro.xml

    diff -Naur BOOK-ORIG/connect/other/pppoe/pppoe-intro.xml BOOK-DJL/connect/other/pppoe/pppoe-intro.xml
    old new  
     1<sect2>
     2<title>Introduction to RP-PPPOE</title>
     3
     4<screen>Download location (HTTP):       <ulink url="&pppoe-download-http;"/>
     5Download location (FTP):        <ulink url="&pppoe-download-ftp;"/>
     6Version used:                   &pppoe-version;
     7Package size:                   &pppoe-size;
     8Estimated Disk space required:  &pppoe-buildsize;</screen>
     9
     10<para>The Roaring Penguin PPPoE client allows you to connect to
     11large networks, most commonly DSL service providers, that use the PPPoE
     12protocol.</para>
     13
     14</sect2>
  • connect/other/pppoe/pppoe.ent

    diff -Naur BOOK-ORIG/connect/other/pppoe/pppoe.ent BOOK-DJL/connect/other/pppoe/pppoe.ent
    old new  
     1<!ENTITY pppoe SYSTEM "../pppoe.xml">
     2<!ENTITY pppoe-intro SYSTEM "pppoe-intro.xml">
     3<!ENTITY pppoe-inst SYSTEM "pppoe-inst.xml">
     4<!ENTITY pppoe-exp SYSTEM "pppoe-exp.xml">
     5<!ENTITY pppoe-desc SYSTEM "pppoe-desc.xml">
     6<!ENTITY pppoe-config SYSTEM "pppoe-config.xml">
     7<!ENTITY pppoe-buildsize "TBD">
     8<!ENTITY pppoe-version "3.5">
     9<!ENTITY pppoe-download-http "http://www.roaringpenguin.com/pppoe/rp-pppoe-3.5.tar.gz">
     10<!ENTITY pppoe-download-ftp "ftp://ftp.rutgers.edu/pub/slackware/slackware_source/n/rp-pppoe/rp-pppoe-3.5.tar.gz">
     11<!ENTITY pppoe-size "185 KB">
  • connect/other/pppoe.xml

    diff -Naur BOOK-ORIG/connect/other/pppoe.xml BOOK-DJL/connect/other/pppoe.xml
    old new  
    1 <sect1 id="pppoe" xreflabel="pppoe">
     1<sect1 id="pppoe" xreflabel="RP-PPPoE-&pppoe-version;">
    22<?dbhtml filename="pppoe.html" dir="connect"?>
    3 <title>pppoe</title>
     3<title>RP-PPPoE-&pppoe-version;</title>
    44
    5 <para>TO BE DONE</para>
     5&pppoe-intro;
     6&pppoe-inst;
     7&pppoe-exp;
     8&pppoe-config;
     9&pppoe-desc;
    610
    711</sect1>
     12
  • introduction/welcome/credits.xml

    diff -Naur BOOK-ORIG/introduction/welcome/credits.xml BOOK-DJL/introduction/welcome/credits.xml
    old new  
    147147and STLport: <emphasis>
    148148Tushar Teredesai</emphasis></para></listitem>
    149149
     150<listitem><para>RP-PPPoE: <emphasis> DJ Lucas
     151</emphasis></para></listitem>
     152
    150153</itemizedlist>
    151154</sect2>
    152155