aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-09-05 17:24:39 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-09-05 17:24:39 +0000
commit78a9ee5ab0ed1a94ad9bf028100584f28972f3dd (patch)
tree73fc77c8d782c9a2a9e47abfb4d15eaf0f3f49f9 /chapter06
parent9f1dfbe42af6dd3089e8d507cb9e4e16e1ad7d8b (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/nettools-inst.xml8
-rw-r--r--chapter06/nettools.xml1
2 files changed, 2 insertions, 7 deletions
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 @@
<para>Install Net-tools by running the following commands:</para>
<para><screen><userinput>make &amp;&amp;</userinput>
-<userinput>make install</userinput></screen></para>
-
-<para>The <userinput>hostname</userinput> 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
-<userinput>rm /bin/hostname.old</userinput></para>
+<userinput>make update</userinput></screen></para>
</sect2>
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;</screen>
&c6-nettools-inst;
+&c6-nettools-exp;
&aa-nettools-desc;
&ab-net-tools-dep;