aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-08 09:45:29 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-08 09:45:29 +0000
commit354f0a18bcf3835f5d5e99fdabd1fd9be82d0f3e (patch)
treed3faa7c9b667e063b4090e1b2b76636900795ec0
parente63d94d1b6ec4000ec3b4fb724d94cd7e982985b (diff)
update tar patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--Attic/appendixc/tar-patch.xml4
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter04/tar-patch.xml4
-rw-r--r--chapter05/tar-inst.xml6
-rw-r--r--chapter06/tar-inst.xml6
-rw-r--r--index.xml6
6 files changed, 15 insertions, 15 deletions
diff --git a/Attic/appendixc/tar-patch.xml b/Attic/appendixc/tar-patch.xml
index 76ebd7e53..7e0f542bb 100644
--- a/Attic/appendixc/tar-patch.xml
+++ b/Attic/appendixc/tar-patch.xml
@@ -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>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b8bee9341..b861dc84b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter04/tar-patch.xml b/chapter04/tar-patch.xml
index 65a083e4b..a83a0decf 100644
--- a/chapter04/tar-patch.xml
+++ b/chapter04/tar-patch.xml
@@ -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>
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index 98202f7d5..55a7b3699 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -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 &amp;&amp;</userinput>
-<userinput>patch -i ../../gnutarpatch.txt &amp;&amp;</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>
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml
index 91cadabd3..ceccf1226 100644
--- a/chapter06/tar-inst.xml
+++ b/chapter06/tar-inst.xml
@@ -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 &amp;&amp;</userinput>
-<userinput>patch -i ../../gnutarpatch.txt &amp;&amp;</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>
diff --git a/index.xml b/index.xml
index c4d481169..472618e03 100644
--- a/index.xml
+++ b/index.xml
@@ -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">