Changeset 5e7ffd30


Ignore:
Timestamp:
03/08/2010 12:53:18 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7f109f5
Parents:
174e4cbe
Message:

Updated to autofs-5.0.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r174e4cbe r5e7ffd30  
    6969<!-- Part II -->
    7070<!-- Chapter 3 -->
    71 <!ENTITY autofs-version               "5.0.3">
     71<!ENTITY autofs-version               "5.0.5">
    7272
    7373<!-- Chapter 4 -->
  • introduction/welcome/changelog.xml

    r174e4cbe r5e7ffd30  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to autofs-5.0.5.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to libidn-1.17.</para>
    4952        </listitem>
  • postlfs/config/autofs.xml

    r174e4cbe r5e7ffd30  
    77  <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.bz2">
    88  <!ENTITY autofs-download-ftp  "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.bz2">
    9   <!ENTITY autofs-md5sum        "27839fe6fa8105b2b7d31bc922fd7cf6">
    10   <!ENTITY autofs-size          "221 KB">
    11   <!ENTITY autofs-buildsize     "9 MB">
    12   <!ENTITY autofs-time          "less than 0.1 SBU">
     9  <!ENTITY autofs-md5sum        "a1d262cb6ebef0c2dd0fe22232fb3d5a">
     10  <!ENTITY autofs-size          "295 KB">
     11  <!ENTITY autofs-buildsize     "5.3 MB">
     12  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
    1414
     
    7676<screen><userinput>wget &autofs-patch-dir;/patch_order-&autofs-version; &amp;&amp;
    7777sed 's;autofs;&autofs-patch-dir;/autofs;' \
    78     patch_order-&autofs-version; &gt; wget-list &amp;&amp;
     78    patch_order-&autofs-version; | grep -v ^# &gt; wget-list &amp;&amp;
    7979wget -i wget-list</userinput></screen>
     80
     81    <note><para>As of this writing, the patch list contains one patch
     82    labelled as from the 5.0.4 series of patches.</para></note>
    8083
    8184    <bridgehead renderas="sect3">Autofs Dependencies</bridgehead>
     
    103106    Kernel automounter version 4 support  Y or M
    104107    Network File Systems &rArr;
    105         NFS file system support     Y or M (optional)
    106         SMB file system support     Y or M (optional)</literal></screen>
     108        NFS client support   Y or M (optional)
     109        CIFS support         Y or M (optional)</literal></screen>
    107110
    108111    <para>Recompile and install the new kernel, if necessary.</para>
Note: See TracChangeset for help on using the changeset viewer.