Author: bdubbs
Date: Fri Oct 23 09:50:42 2015
New Revision: 16558

Log:
url fix general/prog/python3.xml

Modified:
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/nfs-utils.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Fri Oct 23 01:39:41 2015        (r16557)
+++ trunk/BOOK/general/prog/python3.xml Fri Oct 23 09:50:42 2015        (r16558)
@@ -13,7 +13,7 @@
   <!ENTITY python3-time          "1.9 SBU (additional 1.8 SBU for the tests)">
 
   <!ENTITY python3htmldoc-download-http
-           
"https://docs.python.org/3.4/archives/python-&python3-version;-docs-html.tar.bz2";>
+           
"https://docs.python.org/3.5/archives/python-&python3-version;-docs-html.tar.bz2";>
 ]>
 
 <sect1 id="python3" xreflabel="Python-&python3-version;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct 23 01:39:41 
2015        (r16557)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct 23 09:50:42 
2015        (r16558)
@@ -48,6 +48,10 @@
       <para>October 23rd, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to nfs-utils-1.3.3. Fixes
+          <ulink url="&blfs-ticket-root;6977">#6977</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - Update to python-3.5.0. Fixes
           <ulink url="&blfs-ticket-root;6936">#6936</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/nfs-utils.xml        Fri Oct 23 01:39:41 
2015        (r16557)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xml        Fri Oct 23 09:50:42 
2015        (r16558)
@@ -6,10 +6,10 @@
 
   <!ENTITY nfs-utils-download-http 
"&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
   <!ENTITY nfs-utils-download-ftp  " ">
-  <!ENTITY nfs-utils-md5sum        "1e2f3c1ed468dee02d00c534c002ea10">
-  <!ENTITY nfs-utils-size          "772 KB">
+  <!ENTITY nfs-utils-md5sum        "9b87d890669eaaec8e97a2b0a35b2665">
+  <!ENTITY nfs-utils-size          "776 KB">
   <!ENTITY nfs-utils-buildsize     "16 MB">
-  <!ENTITY nfs-utils-time          "0.1 SBU">
+  <!ENTITY nfs-utils-time          "0.2 SBU">
 ]>
 
 <sect1 id="nfs-utils" xreflabel="nfs-utils-&nfs-utils-version;">
@@ -134,12 +134,6 @@
       <command>rpc.statd</command>.</para>
     </note>
 
-    <!-- already fixed upstream -->
-    <para>Fix an issue that would prevent <command>rpd.statd</command> from
-    starting:</para>
-
-<screen><userinput>sed -i "/daemon_init/s:\!::" 
utils/statd/statd.c</userinput></screen>
-
     <para>Install <application>NFS Utilities</application> by running
     the following commands:</para>
 
@@ -156,13 +150,17 @@
     an additional parameter <option>--sbindir=/sbin</option> to the
     above <command>./configure</command> command.</para>
 
-    <para>To test the results, issue: <command>make check</command>.</para>
+    <para>The tests for this package require the daemon from <xref
+    linkend="rpcbind"/> to be running and that the tests be run as the
+    <systemitem class="username">root</systemitem> user.  To test the results,
+    issue, as root: <command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
 
-<screen role='root'><userinput>make install</userinput></screen>
+<screen role='root'><userinput>make install &amp;&amp;
+chmod u+w,go+r /sbin/mount.nfs</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Oct 23 01:39:41 2015        (r16557)
+++ trunk/BOOK/packages.ent     Fri Oct 23 09:50:42 2015        (r16558)
@@ -352,7 +352,7 @@
 <!ENTITY cifsutils-version            "6.4">
 <!ENTITY ncftp-version                "3.2.5">
 <!ENTITY net-tools-version            "CVS_20101030">
-<!ENTITY nfs-utils-version            "1.3.2">
+<!ENTITY nfs-utils-version            "1.3.3">
 <!ENTITY ntp-version                  "4.2.8p3">
 <!ENTITY rpcbind-version              "0.2.3">
 <!ENTITY rsync-version                "3.1.1">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to