From 3f0c882398e626cd92503b1bd964a32e89f818dc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 21 Dec 2004 19:38:32 +0000 Subject: Removed the text in chapter 06. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gzip.xml | 129 +---------------------------------------------------- 1 file changed, 2 insertions(+), 127 deletions(-) (limited to 'chapter06/gzip.xml') diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index a72baf83a..df61d2d48 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -10,8 +10,6 @@ Gzip -<para>The Gzip package contains programs for compressing and decompressing -files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -19,11 +17,6 @@ files.</para> <seglistitem><seg>0.1 SBU</seg><seg>2.6 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Gzip installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -33,10 +26,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr</userinput></screen> -<para>The <command>gzexe</command> script has the location of the -<command>gzip</command> binary hard-wired into it. Because we later change -the location of the binary, the following command ensures that the new -location gets placed into the script:</para> +<para>Issue a sed command:</para> <screen><userinput>sed -i 's@"BINDIR"@/bin@g' gzexe.in</userinput></screen> @@ -61,122 +51,7 @@ ln -s gunzip /bin/uncompress</userinput></screen> <sect2 id="contents-gzip" role="content"><title>Contents of Gzip - -Installed programs -gunzip (link to gzip), gzexe, -gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, -zegrep, zfgrep, zforce, zgrep, zless, zmore and znew - - -Short descriptions - - -gunzip - -gunzip -decompresses gzipped files. - - - - -gzexe - -gzexe -is used to create self-uncompressing executable files. - - - - -gzip - -gzip -compresses the given files, using Lempel-Ziv (LZ77) coding. - - - - -zcat - -zcat -uncompresses the given gzipped files to standard output. - - - - -zcmp - -zcmp -runs cmp on gzipped files. - - - - -zdiff - -zdiff -runs diff on gzipped files. - - - - -zegrep - -zegrep -runs egrep on gzipped files. - - - - -zfgrep - -zfgrep -runs fgrep on gzipped files. - - - - -zforce - -zforce -forces a .gz extension on all given files -that are gzipped files, so that gzip will not compress them again. This can be -useful when file names were truncated during a file transfer. - - - - -zgrep - -zgrep -runs grep on gzipped files. - - - - -zless - -zless -runs less on gzipped files. - - - - -zmore - -zmore -runs more on gzipped files. - - - - -znew - -znew -re-compresses files from compress format to gzip format --- .Z to .gz. - - - +See testing -- cgit v1.2.3-54-g00ecf