Changeset 6fa792b


Ignore:
Timestamp:
11/09/2023 10:52:12 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
24975c4
Parents:
7965d05
Message:

Update to autofs-5.1.9.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r7965d05 r6fa792b  
    119119
    120120    <title>Installation of Autofs</title>
    121 
     121<!--
    122122    <para>
    123123      First fix an issue introduced by glibc-2.36:
     
    125125
    126126    <screen><userinput>grep -rl linux/fs modules | xargs sed -i "/linux\/fs/d"</userinput></screen>
    127 
     127-->
    128128    <para>
    129129      Install <application>Autofs</application> by running the following
     
    135135            --with-libtirpc           \
    136136            --without-openldap        \
    137             --mandir=/usr/share/man &amp;&amp;
     137            --mandir=/usr/share/man   &amp;&amp;
    138138make</userinput></screen>
    139139
     
    143143            --with-systemd            \
    144144            --without-openldap        \
    145             --mandir=/usr/share/man &amp;&amp;
     145            --mandir=/usr/share/man   &amp;&amp;
    146146make</userinput></screen>
    147147
     
    378378        <seg>automount</seg>
    379379        <seg>
    380           lookup_dir.so, lookup_file.so, lookup_files.so, lookup_hosts.so,
    381           lookup_ldap.so (optional), lookup_multi.so, lookup_nis.so,
    382           lookup_program.so, lookup_userhome.so, lookup_yp.so, mount_afs.so,
    383           mount_autofs.so, mount_bind.so, mount_changer.so, mount_ext2.so,
    384           mount_ext3.so, mount_ext4.so, mount_generic.so, mount_nfs.so,
    385           mount_nfs4.so, parse_amd.so, and parse_sun.so
    386            </seg>
    387         <seg>/usr/lib/autofs and /etc/autofs</seg>
     380          libautofs.so.
     381          lookup_dir.so,
     382          lookup_file.so,
     383          lookup_files.so (symlink to lookup_file.so),
     384          lookup_hosts.so,
     385          lookup_ldap.so (optional),
     386          lookup_multi.so,
     387          lookup_nis.so (symlink to lookup_yp.so),
     388          lookup_program.so,
     389          lookup_userhome.so,
     390          lookup_yp.so,
     391          mount_afs.so,
     392          mount_autofs.so,
     393          mount_bind.so,
     394          mount_changer.so,
     395          mount_ext2.so,
     396          mount_ext3.so (symlink to mount_ext2.so),
     397          mount_ext4.so (symlink to mount_ext2.so),
     398          mount_generic.so,
     399          mount_nfs.so,
     400          mount_nfs4.so (symlink to mount_nfs.so),
     401          parse_amd.so, and
     402          parse_sun.so
     403        </seg>
     404        <seg>
     405          /usr/lib/autofs and
     406          /etc/autofs
     407        </seg>
    388408      </seglistitem>
    389409    </segmentedlist>
  • introduction/welcome/changelog.xml

    r7965d05 r6fa792b  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to autofs-5.1.9. Fixes
     46          <ulink url="&blfs-ticket-root;18832">#18832</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to unbound-1.19.0. Fixes
    4650          <ulink url="&blfs-ticket-root;18839">#18839</ulink>.</para>
  • packages.ent

    r7965d05 r6fa792b  
    274274<!ENTITY acpid-version                "2.0.34">
    275275<!ENTITY at-version                   "3.2.5">
    276 <!ENTITY autofs-version               "5.1.8">
     276<!ENTITY autofs-version               "5.1.9">
    277277<!ENTITY bluez-version                "5.70">
    278278<!ENTITY bubblewrap-version           "0.8.0">
Note: See TracChangeset for help on using the changeset viewer.