lfs/chapter06/nettools-inst.xml
Gerard Beekmans 2b1174bee6 text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-29 19:29:31 +00:00

17 lines
533 B
XML

<sect2>
<title>Installation of Net-tools</title>
<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>
</sect2>