mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
update tar patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e63d94d1b6
commit
354f0a18bc
@ -1,3 +1,3 @@
|
||||
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>
|
||||
|
@ -27,6 +27,10 @@
|
||||
|
||||
</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
|
||||
command</para></listitem>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Tar Patch (&tar-version;) - &tar-patch-size;:
|
||||
<ulink url="&ftp;/gnutarpatch.txt.bz2">&ftp;/gnutarpatch.txt.bz2</ulink>
|
||||
<ulink url="&http;/gnutarpatch.txt.bz2">&http;/gnutarpatch.txt.bz2</ulink>
|
||||
<ulink url="&ftp;/tar-1.13.patch.bz2">&ftp;/tar-1.13.patch.bz2</ulink>
|
||||
<ulink url="&http;/tar-1.13.patch.bz2">&http;/tar-1.13.patch.bz2</ulink>
|
||||
|
||||
|
@ -2,15 +2,13 @@
|
||||
<title>Installation of Tar</title>
|
||||
|
||||
<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
|
||||
for gzip files).</para>
|
||||
|
||||
<para>Apply the patch by running the following command:</para>
|
||||
|
||||
<para><screen><userinput>cd src &&</userinput>
|
||||
<userinput>patch -i ../../gnutarpatch.txt &&</userinput>
|
||||
<userinput>cd ..</userinput></screen></para>
|
||||
<para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para>
|
||||
|
||||
<para>Install Tar by running the following commands:</para>
|
||||
|
||||
|
@ -3,15 +3,13 @@
|
||||
|
||||
<para>If you want to be able to directly use bzip2 files with tar, you can
|
||||
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
|
||||
for gzip files).</para>
|
||||
|
||||
<para>Apply the patch by running the following command:</para>
|
||||
|
||||
<para><screen><userinput>cd src &&</userinput>
|
||||
<userinput>patch -i ../../gnutarpatch.txt &&</userinput>
|
||||
<userinput>cd ..</userinput></screen></para>
|
||||
<para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para>
|
||||
|
||||
<para>Install Tar by running the following commands from the toplevel
|
||||
directory:</para>
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20010807">
|
||||
<!ENTITY releasedate "August 7th, 2001">
|
||||
<!ENTITY version "20010808">
|
||||
<!ENTITY releasedate "August 8th, 2001">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
@ -514,7 +514,7 @@
|
||||
<!ENTITY ac-netkitbase SYSTEM "appendixc/netkitbase.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-mb "75 MB">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user