From 9fee314a7c0eebf57d3ac446e50e49411001ceeb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 12 Apr 2016 21:14:09 +0000 Subject: Update to util-linux-2.28. Simlify gzip instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 14 ++++++++++++++ chapter01/whatsnew.xml | 4 ++-- chapter06/gzip.xml | 7 +++---- general.ent | 4 ++-- packages.ent | 6 +++--- 5 files changed, 24 insertions(+), 11 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 82d54d34c..8203a1566 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,20 @@ --> + + 2016-04-12 + + + [bdubbs] - Update to util-linux-2.28. Fixes + #3906. + + + [bdubbs] - Simlify gzip instructions. Fixes + #3914. + + + + 2016-04-07 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f4c23ce04..5ea550f6b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -214,9 +214,9 @@ Tzdata &tzdata-version; - + diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 0f2cdc8aa..e7dd7d2b0 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -43,7 +43,7 @@ Prepare Gzip for compilation: -./configure --prefix=/usr --bindir=/bin +./configure --prefix=/usr Compile the package: @@ -57,10 +57,9 @@ make install - Move some programs that do not need to be on the root filesystem: + Move a program that needs to be on the root filesystem: -mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin -mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin +mv -v /usr/bin/gzip /bin diff --git a/general.ent b/general.ent index 972f359ab..9f4ccb0d1 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ - + - + diff --git a/packages.ent b/packages.ent index 2f2d2b176..275e62350 100644 --- a/packages.ent +++ b/packages.ent @@ -590,10 +590,10 @@ - - + + - + -- cgit v1.2.3-54-g00ecf