Changeset f628f3a


Ignore:
Timestamp:
03/27/2012 05:35:24 PM (12 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.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:
4f1a8e5
Parents:
69d9406d
Message:

Added option to build without TCP-Wrappers to NFS-Utils.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r69d9406d rf628f3a  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "March 26th, &year;">
     12<!ENTITY releasedate  "March 27th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • introduction/welcome/changelog.xml

    r69d9406d rf628f3a  
    4444
    4545    <listitem>
     46      <para>March 27th, 2012</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Added option to build without TCP-Wrappers to
     50          NFS-Utils. Fixes
     51          <ulink url="&blfs-ticket-root;3283">#3283</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4657      <para>March 26th, 2012</para>
    4758      <itemizedlist>
  • networking/netprogs/nfs-utils.xml

    r69d9406d rf628f3a  
    151151    the following commands:</para>
    152152
    153 <screen><userinput>LIBS=-lpthread ./configure --prefix=/usr     \
    154                            --sysconfdir=/etc \
    155                            --disable-nfsv4   \
    156                            --disable-nfsv41  \
     153<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr          \
     154                           --sysconfdir=/etc      \
     155                           --without-tcp-wrappers \
     156                           --disable-nfsv4        \
     157                           --disable-nfsv41       \
    157158                           --disable-gss &amp;&amp;
    158159make</userinput></screen>
     
    181182    <para><parameter>--disable-gss</parameter>: Disables support for
    182183    RPCSEC GSS (RPC Security).</para>
     184
     185    <para><parameter>--without-tcp-wrappers</parameter>: This option is
     186    only needed if the optional <xref linkend="tcpwrappers"/> is not installed.</para>
    183187
    184188  </sect2>
Note: See TracChangeset for help on using the changeset viewer.