Author: alexander
Date: 2008-06-09 08:48:57 -0600 (Mon, 09 Jun 2008)
New Revision: 7488
Modified:
branches/6.3/BOOK/basicnet/connect/ppp.xml
branches/6.3/BOOK/general.ent
branches/6.3/BOOK/introduction/welcome/changelog.xml
Log:
Fixed typos on the PPP page. Thanks to David Jensen.
Modified: branches/6.3/BOOK/basicnet/connect/ppp.xml
===================================================================
--- branches/6.3/BOOK/basicnet/connect/ppp.xml 2008-06-09 14:43:45 UTC (rev
7487)
+++ branches/6.3/BOOK/basicnet/connect/ppp.xml 2008-06-09 14:48:57 UTC (rev
7488)
@@ -107,8 +107,9 @@
The example configuration below overwrites two of three files, and
already includes the "lock" option in each peer file
-->make install-etcppp &&
+install -d /etc/ppp/peers &&
install -m755 scripts/{pon,poff,plog} /usr/bin &&
-instal -m644 scripts/pon.1 /usr/share/man/man1</userinput></screen>
+install -m644 scripts/pon.1 /usr/share/man/man1</userinput></screen>
</sect2>
@@ -118,6 +119,9 @@
<para><command>make install-etcppp</command>: This command puts example
configuration files in <filename
class="directory">/etc/ppp</filename>.</para>
+ <para><command>install -d /etc/ppp/peers</command>: This command creates
+ a directory for PPP peer description files.</para>
+
<!-- FIXME: the three options below are taken from pppd/Makefile.linux file.
They have not been tested. There are other options, such as USE_SRP=y,
that cannot work (in this case, because libsrp is not available from
Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent 2008-06-09 14:43:45 UTC (rev 7487)
+++ branches/6.3/BOOK/general.ent 2008-06-09 14:48:57 UTC (rev 7488)
@@ -3,11 +3,11 @@
$Date$
-->
-<!ENTITY day "24"> <!-- Always 2 digits -->
-<!ENTITY month "05"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
+<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "6.3-rc2">
-<!ENTITY releasedate "May &day;th, &year;">
+<!ENTITY releasedate "June &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "6.3-rc2"> <!-- svn|[release #] -->
<!ENTITY lfs-version "6.3"> <!--
version|testing|unstable|development] -->
Modified: branches/6.3/BOOK/introduction/welcome/changelog.xml
===================================================================
--- branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-06-09
14:43:45 UTC (rev 7487)
+++ branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-06-09
14:48:57 UTC (rev 7488)
@@ -40,6 +40,14 @@
</listitem>
-->
+ <listitem>
+ <para>June 9th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[alexander] - Fixed typos on the PPP page.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>June 6th, 2008</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page