Ignore:
Timestamp:
10/03/2014 07:42:33 PM (10 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, krejzi/svn, 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:
32b1094f
Parents:
fe2b18a
Message:

Update to utils-1.3.1
Update to icu4c-54_1
Update to at_3.1.16

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

File:
1 edited

Legend:

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

    rfe2b18a rb0b87ad6  
    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        "3ac3726eda563946d1f44ac3e5b61d56">
    10   <!ENTITY nfs-utils-size          "763 KB">
    11   <!ENTITY nfs-utils-buildsize     "16 MB">
     9  <!ENTITY nfs-utils-md5sum        "97f157f954edb6d4d4385a0c5986f36f">
     10  <!ENTITY nfs-utils-size          "768 KB">
     11  <!ENTITY nfs-utils-buildsize     "20 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
    1313]>
     
    5656      <listitem>
    5757        <para>Estimated build time: &nfs-utils-time;</para>
    58       </listitem>
    59     </itemizedlist>
    60 
    61     <bridgehead renderas="sect3">Additional Download</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Required patch:
    66           <ulink url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc_4_9-1.patch"/>
    67         </para>
    6858      </listitem>
    6959    </itemizedlist>
     
    121111    <title>Installation of NFS Utilities</title>
    122112
    123     <para>Before you compile the program, ensure that the
    124     <systemitem class="username">nobody</systemitem> user and
    125     <systemitem class="groupname">nogroup</systemitem> group have been
    126     created. You can add them by running the following commands as the
    127     <systemitem class="username">root</systemitem> user:</para>
     113    <para>Before you compile the program, ensure that the <systemitem
     114    class="username">nobody</systemitem> user and <systemitem
     115    class="groupname">nogroup</systemitem> group have been created as done in
     116    the current LFS book.  You can add them by running the following commands
     117    as the <systemitem class="username">root</systemitem> user:</para>
    128118
    129119<screen role="root"><userinput>groupadd -g 99 nogroup &amp;&amp;
     
    148138    the following commands:</para>
    149139
    150 <screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-gcc_4_9-1.patch &amp;&amp;
    151 ./configure --prefix=/usr          \
     140<screen><userinput>./configure --prefix=/usr          \
    152141            --sysconfdir=/etc      \
    153142            --without-tcp-wrappers \
Note: See TracChangeset for help on using the changeset viewer.