aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-25 22:54:09 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-25 22:54:09 +0000
commite2416ad53e94f71c88ab26fdc1304749eb940506 (patch)
treecf75c3f5924b54392032a2e3ac5ae45014407e35
parentd68932f763273a172f3470c437790eb433349a49 (diff)
note about removing hostname.old added
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/nettools-inst.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml
index efdc164ff..b1eaabed4 100644
--- a/chapter06/nettools-inst.xml
+++ b/chapter06/nettools-inst.xml
@@ -6,5 +6,10 @@
<para><screen><userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>
+<para>Net-tools <userinput>hostname</userinput> replaces that which was
+originally installed by sh-utils. Sometimes the sh-utils version gets
+left behind as /bin/hostname.old so you may wish to remove it by running
+<userinput>rm -f /bin/hostname.old</userinput></para>
+
</sect2>