Bläddra i källkod

update tar patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 år sedan
förälder
incheckning
354f0a18bc
6 ändrade filer med 15 tillägg och 15 borttagningar
  1. 2 2
      Attic/appendixc/tar-patch.xml
  2. 4 0
      chapter01/changelog.xml
  3. 2 2
      chapter04/tar-patch.xml
  4. 2 4
      chapter05/tar-inst.xml
  5. 2 4
      chapter06/tar-inst.xml
  6. 3 3
      index.xml

+ 2 - 2
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>

+ 4 - 0
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>
 

+ 2 - 2
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>
 

+ 2 - 4
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>
 

+ 2 - 4
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>

+ 3 - 3
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">