Author: randy
Date: 2008-08-11 14:01:37 -0600 (Mon, 11 Aug 2008)
New Revision: 7546
Modified:
branches/6.3/BOOK/introduction/welcome/changelog.xml
branches/6.3/BOOK/postlfs/config/autofs.xml
Log:
Added text to the AutoFS instructions pointing out that the wget package must
be installed, thanks to Leonhard Landrock for the report
Modified: branches/6.3/BOOK/introduction/welcome/changelog.xml
===================================================================
--- branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-08-11
18:33:19 UTC (rev 7545)
+++ branches/6.3/BOOK/introduction/welcome/changelog.xml 2008-08-11
20:01:37 UTC (rev 7546)
@@ -44,6 +44,11 @@
<listitem>
<para>August 11th, 2008</para>
<itemizedlist>
+ <listitem>
+ <para>[randy] - Added some text to the AutoFS instructions pointing
+ out that the wget package must be installed. Thanks to Leonhard
+ Landrock for the report.</para>
+ </listitem>
<listitem>
<para>[randy] - Changed the location of the Stunnel patch due to
upstream's removing it. Thanks to Brian Cade for the report.</para>
Modified: branches/6.3/BOOK/postlfs/config/autofs.xml
===================================================================
--- branches/6.3/BOOK/postlfs/config/autofs.xml 2008-08-11 18:33:19 UTC (rev
7545)
+++ branches/6.3/BOOK/postlfs/config/autofs.xml 2008-08-11 20:01:37 UTC (rev
7546)
@@ -65,9 +65,13 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <para>Recommended Patches: There are frequent patches issued
- for <application>Autofs</application>. To get the current patches,
- start in the same directory as the main tar file and run:</para>
+ <para>Recommended Patches: There are frequent patches issued for
+ <application>Autofs</application>. One method you can use to get the
+ current patches requires first installing the <xref linkend="wget"/>
+ package. After ensuring the <command>wget</command> command is installed
+ in a directory identified in the <envar>PATH</envar> variable, start in
+ the same directory as the main tar file and issue the following
+ commands:</para>
<screen><userinput>wget &autofs-patch-dir;/patch_order-&autofs-version;
&&
sed 's;autofs;&autofs-patch-dir;/autofs;' \
@@ -132,7 +136,7 @@
<para><command>for f in `cat ../patch_order-&autofs-version;`; do
patch -Np1 -i ../$f; done</command>: This command applies all the
- patches fetched earlier in the correct order.</para>
+ patches downloaded earlier in the correct order.</para>
<para><command>ln -sf ../init.d/autofs
/etc/rc.d/rcsysinit.d/S52autofs</command>: This command sets the
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page