Author: alexander
Date: 2008-06-09 08:43:45 -0600 (Mon, 09 Jun 2008)
New Revision: 7487
Modified:
trunk/BOOK/basicnet/connect/ppp.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed typos on the PPP page. Thanks to David Jensen.
Modified: trunk/BOOK/basicnet/connect/ppp.xml
===================================================================
--- trunk/BOOK/basicnet/connect/ppp.xml 2008-06-07 07:22:19 UTC (rev 7486)
+++ trunk/BOOK/basicnet/connect/ppp.xml 2008-06-09 14:43:45 UTC (rev 7487)
@@ -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: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-06-07 07:22:19 UTC (rev 7486)
+++ trunk/BOOK/general.ent 2008-06-09 14:43:45 UTC (rev 7487)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "06"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "May &day;th, &year;">
+<!ENTITY releasedate "June &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-06-07 07:22:19 UTC
(rev 7486)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-06-09 14:43:45 UTC
(rev 7487)
@@ -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