Ignore:
Timestamp:
10/23/2020 01:22:34 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0941953
Parents:
aaebb95c
Message:

Update to xfsprogs-5.9.0
Update to alsa-lib, alsa-utils, and alsa-firmware-1.2.4
Update to faad2-2_10_0
Update to poppler-data-0.4.10
Update to List-MoreUtils-XS-0.430 (Perl Module)
Update to List-MoreUtils-0.430 (Perl Module)
Update to URI-5.05 (Perl Module)
Update to bind9 and bind-utils 9.16.8
Update to nfs-utils-2.5.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    raaebb95c r758f3f6  
    88  <!ENTITY nfs-utils-download-http "&nfs-utils-root;/&nfs-utils-version;/nfs-utils-&nfs-utils-version;.tar.xz">
    99  <!ENTITY nfs-utils-download-ftp  " ">
    10   <!ENTITY nfs-utils-md5sum        "d14294d5efcd9aada28f4dab871a44a6">
    11   <!ENTITY nfs-utils-size          "680 KB">
    12   <!ENTITY nfs-utils-buildsize     "17 MB">
     10  <!ENTITY nfs-utils-md5sum        "8c2a746325cb620f55751563356b0804">
     11  <!ENTITY nfs-utils-size          "684 KB">
     12  <!ENTITY nfs-utils-buildsize     "20 MB">
    1313  <!ENTITY nfs-utils-time          "0.2 SBU">
    1414]>
     
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="libtirpc"/>,
     80      <xref linkend="libtirpc"/> and
    8181      <xref linkend="rpcsvc-proto"/>
    8282    </para>
     
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
     86      <xref linkend="cyrus-sasl"/> (for SASL authentication),
    8687      <xref linkend="lvm2"/> (libdevmapper for NFSv4 support),
    8788      <xref linkend="libnfsidmap"/> (for NFSv4 support),
    8889      <xref linkend="libnsl"/> (for NIS client support),
     90      <xref linkend="openldap"/> (for LDAP authentication),
    8991      <xref linkend="sqlite"/>,
    9092      <xref linkend="mitkrb"/> or
     
    216218
    217219<screen role='root'><userinput>make install                      &amp;&amp;
    218 mv -v /sbin/start-statd /usr/sbin &amp;&amp;
    219220chmod u+w,go+r /sbin/mount.nfs    &amp;&amp;
    220221chown nobody.nogroup /var/lib/nfs</userinput></screen>
     
    392393      <para revision="systemd">
    393394        You may need to enable autofs v4 in your kernel, and add the option
    394         <literal>comment=systemd.automount</literal>. Some machines need this,
    395         because systemd tries to mount the external fs&apos;s before the
    396         network is up, others do not need it. An alternative is for
    397         <systemitem class="username">root</systemitem> to run
    398         <command>mount -a</command>.
     395        <literal>comment=systemd.automount</literal>. Some machines may need
     396        this because systemd tries to mount the external filesystems before
     397        the network is up. An alternative is to run <command>mount -a</command>
     398        as the <systemitem class="username">root</systemitem> user after the
     399        system has started.
    399400      </para>
    400401
     
    459460      <seglistitem>
    460461        <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs),
    461         nfsconf, nfsiostat, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
    462         showmount, sm-notify, start-statd, umount.nfs (link to mount.nfs),
    463         and umount.nfs4 (link to mount.nfs)</seg>
     462        nfsconf, nfsdclnts, nfsiostat, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd,
     463        rpcdebug, showmount, sm-notify, start-statd,
     464        umount.nfs (link to mount.nfs), and umount.nfs4 (link to mount.nfs)</seg>
    464465        <seg>None</seg>
    465466        <seg>/var/lib/nfs</seg>
     
    533534      </varlistentry>
    534535
     536      <varlistentry id="nfsdclnts">
     537        <term><command>nfsdclnts</command></term>
     538        <listitem>
     539          <para>
     540            prints information about NFS clients.
     541          </para>
     542          <indexterm zone="nfs-utils nfsdclnts">
     543            <primary sortas="b-nfsdclnts">nfsdclnts</primary>
     544          </indexterm>
     545        </listitem>
     546      </varlistentry>
     547
    535548      <varlistentry id="nfsiostat-nfs-utils">
    536549        <term><command>nfsiostat</command></term>
Note: See TracChangeset for help on using the changeset viewer.