mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to rsync-3.0.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7298 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
afe8a93489
commit
aca42dac30
@ -343,7 +343,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<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
|
||||
|
@ -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 @@ useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd \
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you have <xref linkend="doxygen"/> installed and wish to
|
||||
build HTML API documentation, issue:</para>
|
||||
|
||||
<screen><userinput>doxygen</userinput></screen>
|
||||
build HTML API documentation, issue <command>doxygen</command>.</para>
|
||||
|
||||
<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 &&
|
||||
<screen><userinput>pushd doc &&
|
||||
docbook2pdf rsync.sgml &&
|
||||
docbook2ps rsync.sgml &&
|
||||
docbook2dvi rsync.sgml &&
|
||||
docbook2txt rsync.sgml &&
|
||||
docbook2html --nochunks rsync.sgml &&
|
||||
cd ..</userinput></screen>
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user