Changeset 01155b9 for networking


Ignore:
Timestamp:
02/09/2015 09:49:11 PM (9 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.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
f9dd885
Parents:
7e0699a
Message:

Update to nfs-utils-1.3.2

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

File:
1 edited

Legend:

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

    r7e0699a r01155b9  
    77  <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
    88  <!ENTITY nfs-utils-download-ftp  " ">
    9   <!ENTITY nfs-utils-md5sum        "97f157f954edb6d4d4385a0c5986f36f">
    10   <!ENTITY nfs-utils-size          "768 KB">
    11   <!ENTITY nfs-utils-buildsize     "20 MB">
    12   <!ENTITY nfs-utils-time          "0.2 SBU">
     9  <!ENTITY nfs-utils-md5sum        "1e2f3c1ed468dee02d00c534c002ea10">
     10  <!ENTITY nfs-utils-size          "772 KB">
     11  <!ENTITY nfs-utils-buildsize     "16 MB">
     12  <!ENTITY nfs-utils-time          "0.1 SBU">
    1313]>
    1414
     
    189189      over the local network, the following line may be added:</para>
    190190
    191 <screen role="root"><userinput>/home <replaceable>&lt;192.168.0.0/24&gt;</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
     191<screen role="root"><userinput>/home <replaceable>192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
     192
     193      <note><para>Be sure to replace the directory, network address. and prefix above
     194      to match your network.  The only space in the line above should be between
     195      the directory and the network address.</para></note>
    192196
    193197      <indexterm zone="nfs-utils nfs-utils-server-config">
     
    262266        <primary sortas="e-etc-fstab">/etc/fstab</primary>
    263267      </indexterm>
    264 
    265 <!-- /etc/netconfig is installed by libtirpc
    266       <para>In some circumstances an <filename>/etc/netconfig</filename> file
    267       is required by an nfs client. It does no harm to create one even if it
    268       is not in fact needed. As the <systemitem class="username">root</systemitem>
    269       user:</para>
    270 
    271 <screen role="root"><userinput>cat &gt; /etc/netconfig &lt;&lt; "EOF"
    272 udp6 tpi_clts v inet6 udp - -
    273 tcp6 tpi_cots_ord v inet6 tcp - -
    274 udp tpi_clts v inet udp - -
    275 tcp tpi_cots_ord v inet tcp - -
    276 rawip tpi_raw - inet - - -
    277 local tpi_cots_ord - loopback - - -
    278 EOF</userinput></screen>
    279 
    280       <indexterm zone="nfs-utils nfs-utils-client-config">
    281         <primary sortas="e-etc-netconfig">/etc/netconfig</primary>
    282       </indexterm>
    283 -->
    284268
    285269      <sect4  id="nfs-utils-client-init">
Note: See TracChangeset for help on using the changeset viewer.