Changeset 24c737dd


Ignore:
Timestamp:
08/11/2008 08:01:37 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc3
Children:
0fa8146
Parents:
80d619f0
Message:

Added text to the AutoFS instructions pointing out that the wget package must be installed, thanks to Leonhard Landrock for the report

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7546 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r80d619f0 r24c737dd  
    4545      <para>August 11th, 2008</para>
    4646      <itemizedlist>
     47         <listitem>
     48          <para>[randy] - Added some text to the AutoFS instructions pointing
     49          out that the wget package must be installed. Thanks to Leonhard
     50          Landrock for the report.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[randy] - Changed the location of the Stunnel patch due to
  • postlfs/config/autofs.xml

    r80d619f0 r24c737dd  
    6666    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6767
    68     <para>Recommended Patches: There are frequent patches issued
    69     for <application>Autofs</application>.  To get the current patches,
    70     start in the same directory as the main tar file and run:</para>
     68    <para>Recommended Patches: There are frequent patches issued for
     69    <application>Autofs</application>. One method you can use to get the
     70    current patches requires first installing the <xref linkend="wget"/>
     71    package. After ensuring the <command>wget</command> command is installed
     72    in a directory identified in the <envar>PATH</envar> variable, start in
     73    the same directory as the main tar file and issue the following
     74    commands:</para>
    7175
    7276<screen><userinput>wget &autofs-patch-dir;/patch_order-&autofs-version; &amp;&amp;
     
    133137    <para><command>for f in `cat ../patch_order-&autofs-version;`; do
    134138    patch -Np1 -i ../$f;  done</command>: This command applies all the
    135     patches fetched earlier in the correct order.</para>
     139    patches downloaded earlier in the correct order.</para>
    136140
    137141    <para><command>ln -sf  ../init.d/autofs
Note: See TracChangeset for help on using the changeset viewer.