Author: randy
Date: 2008-03-22 08:53:57 -0600 (Sat, 22 Mar 2008)
New Revision: 7298

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/other/rsync.xml
Log:
Updated to rsync-3.0.0

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-03-22 12:51:15 UTC (rev 7297)
+++ trunk/BOOK/general.ent      2008-03-22 14:53:57 UTC (rev 7298)
@@ -343,7 +343,7 @@
 <!ENTITY ntp-version                  "4.2.4p0">
 <!ENTITY openssh-version              "4.7p1">
 <!ENTITY portmap-version              "6.0">
-<!ENTITY rsync-version                "2.6.9">
+<!ENTITY rsync-version                "3.0.0">
 <!ENTITY samba3-version               "3.0.25b">
 <!ENTITY subversion-version           "1.4.4">
 <!ENTITY tcpwrappers-version          "7.6">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-22 12:51:15 UTC 
(rev 7297)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-22 14:53:57 UTC 
(rev 7298)
@@ -45,6 +45,9 @@
       <para>March 22nd, 2008</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to rsync-3.0.0.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to Heimdal-1.1. Removed the
           Heimdal-Cracklib patches from both packages as Heimdal has been
           converted to use Cracklib differently. Created a patch to change

Modified: trunk/BOOK/server/other/rsync.xml
===================================================================
--- trunk/BOOK/server/other/rsync.xml   2008-03-22 12:51:15 UTC (rev 7297)
+++ trunk/BOOK/server/other/rsync.xml   2008-03-22 14:53:57 UTC (rev 7298)
@@ -8,9 +8,9 @@
   <!ENTITY rsync-download-ftp  
"ftp://ftp.samba.org/pub/rsync/rsync-&rsync-version;.tar.gz";>
   <!-- <!ENTITY rsync-download-http 
"http://rsync.samba.org/ftp/rsync/old-versions/rsync-&rsync-version;.tar.gz";> 
-->
   <!-- <!ENTITY rsync-download-ftp  
"&gentoo-ftp-repo;/rsync-&rsync-version;.tar.gz"> -->
-  <!ENTITY rsync-md5sum        "996d8d8831dbca17910094e56dcb5942">
-  <!ENTITY rsync-size          "811 KB">
-  <!ENTITY rsync-buildsize     "26 MB (includes installing all documentation)">
+  <!ENTITY rsync-md5sum        "2122d460b4119749c6e5993938a9b501">
+  <!ENTITY rsync-size          "757 KB">
+  <!ENTITY rsync-buildsize     "33 MB (includes installing all documentation)">
   <!ENTITY rsync-time          "0.2 SBU">
 ]>
 
@@ -60,7 +60,9 @@
     <bridgehead renderas="sect3">rsync Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="popt"/></para>
+    <para role="optional"><xref linkend="popt"/>,
+    <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/";>libattr</ulink>, and
+    <ulink url="ftp://oss.sgi.com/projects/xfs/cmd_tars/";>libacl</ulink></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/rsync"/></para>
@@ -88,21 +90,19 @@
 make</userinput></screen>
 
     <para>If you have <xref linkend="doxygen"/> installed and wish to
-    build HTML API documentation, issue:</para>
+    build HTML API documentation, issue <command>doxygen</command>.</para>
 
-<screen><userinput>doxygen</userinput></screen>
-
     <para>If you have <xref linkend="docbook-utils"/> installed and wish to
     build the user documentation, issue any or all of the following
     commands:</para>
 
-<screen><userinput>cd doc &amp;&amp;
+<screen><userinput>pushd doc &amp;&amp;
 docbook2pdf             rsync.sgml &amp;&amp;
 docbook2ps              rsync.sgml &amp;&amp;
 docbook2dvi             rsync.sgml &amp;&amp;
 docbook2txt             rsync.sgml &amp;&amp;
 docbook2html --nochunks rsync.sgml &amp;&amp;
-cd ..</userinput></screen>
+popd</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
 

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