Author: bdubbs
Date: 2006-09-10 19:19:50 -0600 (Sun, 10 Sep 2006)
New Revision: 6299

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/nfs-utils.xml
Log:
Updated to nfs-utils-1.0.10

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-09-11 00:41:47 UTC (rev 6298)
+++ trunk/BOOK/general.ent      2006-09-11 01:19:50 UTC (rev 6299)
@@ -319,7 +319,7 @@
 <!-- Chapter 21 -->
 <!ENTITY apache-version               "2.2.2">
 <!-- bind (chapter 19) -->
-<!ENTITY nfs-utils-version            "1.0.8">
+<!ENTITY nfs-utils-version            "1.0.10">
 <!-- openssh (chapter 18) -->
 <!ENTITY proftpd-version              "1.3.0">
 <!-- samba3 (chapter 18) -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-09-11 00:41:47 UTC 
(rev 6298)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-09-11 01:19:50 UTC 
(rev 6299)
@@ -45,6 +45,9 @@
       <para>September 10th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Updated to nfs-utils-1.0.10.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated bootscripts to properly handle
           non-TERM stop signals.</para>
         </listitem>

Modified: trunk/BOOK/server/major/nfs-utils.xml
===================================================================
--- trunk/BOOK/server/major/nfs-utils.xml       2006-09-11 00:41:47 UTC (rev 
6298)
+++ trunk/BOOK/server/major/nfs-utils.xml       2006-09-11 01:19:50 UTC (rev 
6299)
@@ -6,10 +6,10 @@
 
   <!ENTITY nfs-utils-download-http 
"http://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz";>
   <!ENTITY nfs-utils-download-ftp  
"ftp://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz";>
-  <!ENTITY nfs-utils-md5sum        "ee7903365255b7d840a45be4d6e2b0e2">
-  <!ENTITY nfs-utils-size          "508 KB">
-  <!ENTITY nfs-utils-buildsize     "12.2 MB">
-  <!ENTITY nfs-utils-time          "0.3 SBU">
+  <!ENTITY nfs-utils-md5sum        "db97cc425e845e60f0dad855ba6a9830">
+  <!ENTITY nfs-utils-size          "520 KB">
+  <!ENTITY nfs-utils-buildsize     "8.2 MB">
+  <!ENTITY nfs-utils-time          "0.2 SBU">
 ]>
 
 <sect1 id="nfs-utils" xreflabel="NFS Utilities-&nfs-utils-version;">
@@ -69,7 +69,7 @@
     <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="portmap"/></para>
+    <para role="required"><xref linkend="portmap"/> (Runtime dependency)</para>
 
     <bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
     <para role="optional"><xref linkend="pkgconfig"/> and
@@ -192,7 +192,7 @@
       for sharing the <filename class="directory">/home</filename> directory
       over the local network, the following line may be added:</para>
 
-<screen role="root"><userinput>/home 
<replaceable>&lt;192.168.0.0/255.255.255.0&gt;</replaceable>(rw,anonuid=99,anongid=99)</userinput></screen>
+<screen role="root"><userinput>/home 
<replaceable>&lt;192.168.0.0/255.255.255.0&gt;</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
 
       <indexterm zone="nfs-utils nfs-utils-server-config">
         <primary sortas="e-etc-exportfs">/etc/exportfs</primary>

-- 
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