Changeset a60f8ab for networking


Ignore:
Timestamp:
10/23/2015 04:50:42 PM (8 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.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:
ce386957
Parents:
40a67787
Message:

url fix general/prog/python3.xml

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

File:
1 edited

Legend:

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

    r40a67787 ra60f8ab  
    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        "1e2f3c1ed468dee02d00c534c002ea10">
    10   <!ENTITY nfs-utils-size          "772 KB">
     9  <!ENTITY nfs-utils-md5sum        "9b87d890669eaaec8e97a2b0a35b2665">
     10  <!ENTITY nfs-utils-size          "776 KB">
    1111  <!ENTITY nfs-utils-buildsize     "16 MB">
    12   <!ENTITY nfs-utils-time          "0.1 SBU">
     12  <!ENTITY nfs-utils-time          "0.2 SBU">
    1313]>
    1414
     
    135135    </note>
    136136
    137     <!-- already fixed upstream -->
    138     <para>Fix an issue that would prevent <command>rpd.statd</command> from
    139     starting:</para>
    140 
    141 <screen><userinput>sed -i "/daemon_init/s:\!::" utils/statd/statd.c</userinput></screen>
    142 
    143137    <para>Install <application>NFS Utilities</application> by running
    144138    the following commands:</para>
     
    157151    above <command>./configure</command> command.</para>
    158152
    159     <para>To test the results, issue: <command>make check</command>.</para>
     153    <para>The tests for this package require the daemon from <xref
     154    linkend="rpcbind"/> to be running and that the tests be run as the
     155    <systemitem class="username">root</systemitem> user.  To test the results,
     156    issue, as root: <command>make check</command>.</para>
    160157
    161158    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    163160<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
    164161
    165 <screen role='root'><userinput>make install</userinput></screen>
     162<screen role='root'><userinput>make install &amp;&amp;
     163chmod u+w,go+r /sbin/mount.nfs</userinput></screen>
    166164
    167165  </sect2>
Note: See TracChangeset for help on using the changeset viewer.