From 78a9ee5ab0ed1a94ad9bf028100584f28972f3dd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 5 Sep 2001 17:24:39 +0000 Subject: Changed net-tools's installation method to 'make update' instead of 'make install' git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 ++++++- chapter06/nettools-inst.xml | 8 +------- chapter06/nettools.xml | 1 + index.xml | 1 + 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bdcc5f50b..7a9a2905a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -5,7 +5,12 @@ -September 2nd, 2001 [markh]: Chapter 6 - Procinfo: +September 5th, 2001 [gerard]: Chapter 6 - Net-tools: +Instead of running make install, we now run make update. It does the +same, except make update doesn't make backup of programs it's +replacing. + +September 5th, 2001 [markh]: Chapter 6 - Procinfo: Removed sed and replaced with a flag to make. September 5th, 2001 [markh]: Chapter 6 - E2fsprogs: diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index e6b12bed5..51a74e209 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -4,13 +4,7 @@ Install Net-tools by running the following commands: make && -make install - -The hostname from this package replaces the -version that was originally installed by the sh-utils package. Sometimes -the sh-utils version gets left behind as /bin/hostname.old so you may -wish to remove it by running -rm /bin/hostname.old +make update diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml index d0a348a2e..26fd244cf 100644 --- a/chapter06/nettools.xml +++ b/chapter06/nettools.xml @@ -5,6 +5,7 @@ Estimated required disk space: &net-tools-compsize; &c6-nettools-inst; +&c6-nettools-exp; &aa-nettools-desc; &ab-net-tools-dep; diff --git a/index.xml b/index.xml index 80dd574e7..b266d9945 100644 --- a/index.xml +++ b/index.xml @@ -307,6 +307,7 @@ + -- cgit v1.2.3-54-g00ecf