From 529b9a0dd04f2633761c8097f92d9973b22f3439 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 9 Feb 2007 20:48:00 +0000 Subject: [PATCH] Upgrade to Gzip-1.3.11. Fixes #1951. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/gzip.xml | 28 +++++----------------------- general.ent | 4 ++-- packages.ent | 6 +++--- 4 files changed, 20 insertions(+), 28 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4e2155f93..48ca0b23c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2007-02-09 + + + [matthew] - Upgrade to Gzip-1.3.11. Fixes + #1951 + + + + 2007-02-07 diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index de57c742b..1d83207c7 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -37,7 +37,7 @@ Prepare Gzip for compilation: -./configure --prefix=/usr +./configure --prefix=/usr --bindir=/bin Compile the package: @@ -50,16 +50,9 @@ make install - Move the gzip program to the /bin directory and create some commonly used - symlinks to it: + Move some programs that do not need to be on the root filesystem. -mv -v /usr/bin/gzip /bin -rm -v /usr/bin/{gunzip,zcat} -ln -sv gzip /bin/gunzip -ln -sv gzip /bin/zcat -ln -sv gzip /bin/compress -ln -sv gunzip /bin/uncompress +mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin @@ -70,9 +63,8 @@ ln -sv gunzip /bin/uncompress Installed programs - 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 + gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, + zforce, zgrep, zless, zmore, and znew @@ -81,16 +73,6 @@ ln -sv gunzip /bin/uncompress - - compress - - Compresses and decompresses files - - compress - - - - gunzip diff --git a/general.ent b/general.ent index 7dfe616dd..aab4f7f88 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + diff --git a/packages.ent b/packages.ent index b67003de4..5aed1d7f4 100644 --- a/packages.ent +++ b/packages.ent @@ -231,10 +231,10 @@ - - + + - +