From 0626b4d3193fa7e0e7a538eef59dd488994ab6bd Mon Sep 17 00:00:00 2001 From: Archaic Date: Fri, 24 Jun 2005 14:41:02 +0000 Subject: [PATCH] Added the compress symlink to gzip. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- chapter06/gzip.xml | 11 ++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 55addc43b..a32daf890 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -89,7 +89,10 @@ First a summary, then a detailed log. -June 24rd, 2005 [jhuntwork]: Fixed the setting of the +June 24th, 2005 [archaic]: Added the compress symlink to gzip. + + +June 24th, 2005 [jhuntwork]: Fixed the setting of the TCLPATH variable in the Tcl instructions. June 23rd, 2005 [jhuntwork]: Added --with-tclinclude in Expect build diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index fe4043991..4a99c251f 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -63,6 +63,7 @@ symlinks to it: rm /usr/bin/{gunzip,zcat} ln -s gzip /bin/gunzip ln -s gzip /bin/zcat +ln -s gzip /bin/compress ln -s gunzip /bin/uncompress @@ -72,7 +73,7 @@ ln -s gunzip /bin/uncompress Installed programs -gunzip (link to gzip), gzexe, +compress (link to gzip), gunzip (link to gzip), gzexe, gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew @@ -81,6 +82,14 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew + +compress + +Compresses and uncompresses compressed files +compress + + + gunzip