Changeset 765a494


Ignore:
Timestamp:
05/12/2006 04:46:22 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
02a9980
Parents:
3569263
Message:

Created a consolidated autofs patch to add new patches to autofs.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3569263 r765a494  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[bdubbs] - Created a consolidated autofs patch to
     48          combine nine small patches and updated autofs to
     49          reflect the combined patch file.</para>
     50        </listitem>
     51        <listitem>
    4752          <para>[bdubbs] - Updated to imlib2-1.2.2.</para>
    4853        </listitem>
  • postlfs/config/autofs.xml

    r3569263 r765a494  
    8080      <listitem>
    8181        <para>Recommended Patch: <ulink
    82         url="&autofs-patch-dir;autofs-&autofs-version;-misc-fixes.patch"/></para>
    83       </listitem>
    84       <listitem>
    85         <para>Recommended Patch: <ulink
    86         url="&autofs-patch-dir;autofs-&autofs-version;-multi-parse-fix.patch"/></para>
    87       </listitem>
    88       <listitem>
    89         <para>Recommended Patch: <ulink
    90         url="&autofs-patch-dir;autofs-&autofs-version;-non-replicated-ping.patch"/></para>
     82        url="&patch-root;/autofs-&autofs-version;-consolidated-1.patch"/></para>
    9183      </listitem>
    9284    </itemizedlist>
     
    124116    commands:</para>
    125117
    126 <screen><userinput>patch -Np1 -i ../autofs-&autofs-version;-misc-fixes.patch &amp;&amp;
    127 patch -Np1 -i ../autofs-&autofs-version;-multi-parse-fix.patch &amp;&amp;
    128 patch -Np1 -i ../autofs-&autofs-version;-non-replicated-ping.patch &amp;&amp;
     118<screen><userinput>patch -Np1 -i ../autofs-&autofs-version;-consolidated-1.patch &amp;&amp;
    129119./configure --prefix=/ --mandir=/usr/share/man &amp;&amp;
    130120make</userinput></screen>
     
    139129  <sect2 role="commands">
    140130    <title>Command Explanations</title>
     131
     132    <para><command>patch -Np1 -i
     133    ../autofs-&autofs-version;-consolidated-1.patch</command>: This patch
     134    is a consolidation of nine small patches available at <ulink
     135    url="http://ftp.kernel.org/pub/linux/daemons/autofs/v4/"/>.  The patches
     136    can be applied individually if desired.</para>
    141137
    142138    <para><command>rm /etc/rc.d/init.d/autofs</command>: This command removes
Note: See TracChangeset for help on using the changeset viewer.