Changeset b1477fe7


Ignore:
Timestamp:
04/21/2013 11:03:22 PM (11 years ago)
Author:
Ken Moffat <ken@…>
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:
f6f4c93
Parents:
433974d2
Message:

nfs-utils-1.2.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r433974d2 rb1477fe7  
    442442<!ENTITY ncftp-version                "3.2.5">
    443443<!ENTITY net-tools-version            "CVS_20101030">
    444 <!ENTITY nfs-utils-version            "1.2.6">
     444<!ENTITY nfs-utils-version            "1.2.7">
    445445<!ENTITY ntp-version                  "4.2.6p5">
    446446<!ENTITY rpcbind-version              "0.2.0">
  • introduction/welcome/changelog.xml

    r433974d2 rb1477fe7  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[ken] - NFS-utils-1.2.7.</para>
     52        </listitem>
     53        <listitem>
    5154          <para>[ken] - patch xine-ui-0.99.7 so that opening files from the menu
    5255          works.</para>
  • networking/netprogs/nfs-utils.xml

    r433974d2 rb1477fe7  
    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        "8be543ca270c2234ff18f8c8d35e0d37">
    10   <!ENTITY nfs-utils-size          "744 KB">
     9  <!ENTITY nfs-utils-md5sum        "3b5ca797197765dc0c3a4122720c7716">
     10  <!ENTITY nfs-utils-size          "2.8 MB">
    1111  <!ENTITY nfs-utils-buildsize     "15 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
     
    5656      <listitem>
    5757        <para>Estimated build time: &nfs-utils-time;</para>
    58       </listitem>
    59     </itemizedlist>
    60 
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Required patch:
    66           <ulink url="&patch-root;/nfs-utils-&nfs-utils-version;-fix_configure-1.patch"/>
    67         </para>
    6858      </listitem>
    6959    </itemizedlist>
     
    156146    the following commands:</para>
    157147
    158 <screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-fix_configure-1.patch &amp;&amp;
    159 
    160 autoreconf &amp;&amp;
    161 
    162 ./configure --prefix=/usr          \
     148<screen><userinput>./configure --prefix=/usr          \
    163149            --sysconfdir=/etc      \
    164150            --without-tcp-wrappers \
     
    174160    above <command>./configure</command> command.</para>
    175161
    176     <para>This package does not come with a test suite.</para>
     162    <!-- details of testsuite issuesi are in ticket #3840 -->
     163    <para>This package does not come with a working test suite.</para>
    177164
    178165    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    268255        <primary sortas="e-etc-fstab">/etc/fstab</primary>
    269256      </indexterm>
     257
     258      <para>In some circumstances an <filename>/etc/netconfig</filename> file
     259      is required by an nfs client. It does no harm to create one even if it
     260      is not in fact needed. As the <systemitem class="username">root</systemitem>
     261      user:</para>
     262
     263<screen role="root"><userinput>cat &gt; /etc/netconfig &lt;&lt; "EOF"
     264udp6 tpi_clts v inet6 udp - -
     265tcp6 tpi_cots_ord v inet6 tcp - -
     266udp tpi_clts v inet udp - -
     267tcp tpi_cots_ord v inet tcp - -
     268rawip tpi_raw - inet - - -
     269local tpi_cots_ord - loopback - - -
     270EOF</userinput></screen>
     271
     272      <indexterm zone="nfs-utils nfs-utils-client-config">
     273        <primary sortas="e-etc-netconfig">/etc/netconfig</primary>
     274      </indexterm>
     275
    270276
    271277      <sect4  id="nfs-utils-client-init">
Note: See TracChangeset for help on using the changeset viewer.