Author: randy Date: 2007-08-14 17:38:51 -0600 (Tue, 14 Aug 2007) New Revision: 7063
Modified: trunk/BOOK/connect/other/pppoe.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Removed an unneeded sed command from the RP-PPPoE instructions Modified: trunk/BOOK/connect/other/pppoe.xml =================================================================== --- trunk/BOOK/connect/other/pppoe.xml 2007-08-14 22:53:06 UTC (rev 7062) +++ trunk/BOOK/connect/other/pppoe.xml 2007-08-14 23:38:51 UTC (rev 7063) @@ -4,7 +4,7 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY pppoe-download-http "http://www.roaringpenguin.com/penguin/pppoe/rp-pppoe-&pppoe-version;.tar.gz"> + <!ENTITY pppoe-download-http "http://www.roaringpenguin.com/files/download/rp-pppoe-&pppoe-version;.tar.gz"> <!ENTITY pppoe-download-ftp " "> <!ENTITY pppoe-md5sum "0e32760f498f9cde44081ee6aafc823b"> <!ENTITY pppoe-size "212 KB"> @@ -86,10 +86,13 @@ <primary sortas="d-Kernel-mode-PPPoE">Kernel-mode PPPoE</primary> </indexterm> + <!-- Commenting out for now as LFS no longer moves this file to /bin, + therefore we don't need this hack <para>Fix the location of the logger executable in several PPPoE scripts:</para> <screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% \ scripts/pppoe-{connect,setup,stop}.in</userinput></screen> + --> <para>Install <application>RP-PPPoE</application> by running the following commands:</para> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-14 22:53:06 UTC (rev 7062) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-14 23:38:51 UTC (rev 7063) @@ -45,6 +45,10 @@ <para>August 15th, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Removed an unneeded sed command from the RP-PPPoE + instructions.</para> + </listitem> + <listitem> <para>[randy] - Updated to Audacious-1.3.2.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
