From f43df467de6b06226f1a0ccd06f957365471cefb Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 5 Sep 2001 16:47:15 +0000 Subject: [PATCH] Don't move mklost+found to /sbin anymore - it's not essential, so let's keep it in the default location where e2fsprogs install it into git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/e2fsprogs-inst.xml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 760fd8d3c..d80ad43d4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -5,6 +5,9 @@ +September 5th, 2001 [markh]: Chapter 6 - E2fsprogs: +Removed command to move mklost+found to /sbin. + September 5th, 2001 [gerard]: Chapters 5 & 6: Added notes to the gcc, binutils and glibc installations that these packages behave badly when the default optimization flags are changed and should diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index e5399db99..33605785b 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -10,8 +10,7 @@ to be like that. We did not forget to supply a value there.    --enable-elf-shlibs && make && make install && -make install-libs && -mv /usr/sbin/mklost+found /sbin +make install-libs &&