update tar patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-08-08 09:45:29 +00:00
parent e63d94d1b6
commit 354f0a18bc
6 changed files with 15 additions and 15 deletions

View File

@ -1,3 +1,3 @@
Tar Patch (&tar-version;): Tar Patch (&tar-version;):
<ulink url="http://sourceware.cygnus.com/bzip2/">http://sourceware.cygnus.com/bzip2/</ulink> <ulink url="&ftp;/">&ftp;/</ulink>
<ulink url="&http;/">&http;/</ulink>

View File

@ -27,6 +27,10 @@
</para></listitem> </para></listitem>
<listitem><para>Changed tar patch to use -j for bzip2 files instead of
-y in order to be compatible with next tar release. Also renamed patch
file to tar-1.13.patch</para></listitem>
<listitem><para>Removed shadow-utils patch in favour of a sed <listitem><para>Removed shadow-utils patch in favour of a sed
command</para></listitem> command</para></listitem>

View File

@ -1,4 +1,4 @@
Tar Patch (&tar-version;) - &tar-patch-size;: Tar Patch (&tar-version;) - &tar-patch-size;:
<ulink url="&ftp;/gnutarpatch.txt.bz2">&ftp;/gnutarpatch.txt.bz2</ulink> <ulink url="&ftp;/tar-1.13.patch.bz2">&ftp;/tar-1.13.patch.bz2</ulink>
<ulink url="&http;/gnutarpatch.txt.bz2">&http;/gnutarpatch.txt.bz2</ulink> <ulink url="&http;/tar-1.13.patch.bz2">&http;/tar-1.13.patch.bz2</ulink>

View File

@ -2,15 +2,13 @@
<title>Installation of Tar</title> <title>Installation of Tar</title>
<para>To be able to directly use bzip2 files with tar, use the tar <para>To be able to directly use bzip2 files with tar, use the tar
patch available from the LFS FTP site. This patch will add the -y option patch available from the LFS FTP site. This patch will add the -j option
to tar which works the same as the -z option to tar (which can be used to tar which works the same as the -z option to tar (which can be used
for gzip files).</para> for gzip files).</para>
<para>Apply the patch by running the following command:</para> <para>Apply the patch by running the following command:</para>
<para><screen><userinput>cd src &amp;&amp;</userinput> <para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para>
<userinput>patch -i ../../gnutarpatch.txt &amp;&amp;</userinput>
<userinput>cd ..</userinput></screen></para>
<para>Install Tar by running the following commands:</para> <para>Install Tar by running the following commands:</para>

View File

@ -3,15 +3,13 @@
<para>If you want to be able to directly use bzip2 files with tar, you can <para>If you want to be able to directly use bzip2 files with tar, you can
use the tar use the tar
patch available from the LFS FTP site. This patch will add the -y option patch available from the LFS FTP site. This patch will add the -j option
to tar which works the same as the -z option to tar (which can be used to tar which works the same as the -z option to tar (which can be used
for gzip files).</para> for gzip files).</para>
<para>Apply the patch by running the following command:</para> <para>Apply the patch by running the following command:</para>
<para><screen><userinput>cd src &amp;&amp;</userinput> <para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para>
<userinput>patch -i ../../gnutarpatch.txt &amp;&amp;</userinput>
<userinput>cd ..</userinput></screen></para>
<para>Install Tar by running the following commands from the toplevel <para>Install Tar by running the following commands from the toplevel
directory:</para> directory:</para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20010807"> <!ENTITY version "20010808">
<!ENTITY releasedate "August 7th, 2001"> <!ENTITY releasedate "August 8th, 2001">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">
@ -514,7 +514,7 @@
<!ENTITY ac-netkitbase SYSTEM "appendixc/netkitbase.xml"> <!ENTITY ac-netkitbase SYSTEM "appendixc/netkitbase.xml">
<!ENTITY ac-nettools SYSTEM "appendixc/nettools.xml"> <!ENTITY ac-nettools SYSTEM "appendixc/nettools.xml">
<!ENTITY all-version "cvs-20010807-0600"> <!ENTITY all-version "cvs-20010808-0230">
<!ENTITY all-size-kb "77,160 KB"> <!ENTITY all-size-kb "77,160 KB">
<!ENTITY all-size-mb "75 MB"> <!ENTITY all-size-mb "75 MB">