Author: bdubbs
Date: 2012-03-27 11:35:24 -0600 (Tue, 27 Mar 2012)
New Revision: 9788

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/nfs-utils.xml
Log:
 Added option to build without TCP-Wrappers to NFS-Utils.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-03-27 17:13:46 UTC (rev 9787)
+++ trunk/BOOK/general.ent      2012-03-27 17:35:24 UTC (rev 9788)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "26">                   <!-- Always 2 digits -->
+<!ENTITY day          "27">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 26th, &year;">
+<!ENTITY releasedate  "March 27th, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-03-27 17:13:46 UTC 
(rev 9787)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-03-27 17:35:24 UTC 
(rev 9788)
@@ -43,6 +43,17 @@
 -->
 
     <listitem>
+      <para>March 27th, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Added option to build without TCP-Wrappers to
+          NFS-Utils. Fixes
+          <ulink url="&blfs-ticket-root;3283">#3283</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 26th, 2012</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
===================================================================
--- trunk/BOOK/networking/netprogs/nfs-utils.xml        2012-03-27 17:13:46 UTC 
(rev 9787)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xml        2012-03-27 17:35:24 UTC 
(rev 9788)
@@ -150,10 +150,11 @@
     <para>Install <application>NFS Utilities</application> by running
     the following commands:</para>
 
-<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr     \
-                           --sysconfdir=/etc \
-                           --disable-nfsv4   \
-                           --disable-nfsv41  \
+<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr          \
+                           --sysconfdir=/etc      \
+                           --without-tcp-wrappers \
+                           --disable-nfsv4        \
+                           --disable-nfsv41       \
                            --disable-gss &amp;&amp; 
 make</userinput></screen>
 
@@ -181,6 +182,9 @@
     <para><parameter>--disable-gss</parameter>: Disables support for
     RPCSEC GSS (RPC Security).</para>
 
+    <para><parameter>--without-tcp-wrappers</parameter>: This option is
+    only needed if the optional <xref linkend="tcpwrappers"/> is not 
installed.</para>
+
   </sect2>
 
   <sect2 role="configuration">

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to