diff options
-rw-r--r-- | Attic/appendixc/tar-patch.xml | 4 | ||||
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter04/tar-patch.xml | 4 | ||||
-rw-r--r-- | chapter05/tar-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/tar-inst.xml | 6 | ||||
-rw-r--r-- | index.xml | 6 |
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 &&</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> 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 &&</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"> |