瀏覽代碼

note about removing hostname.old added

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 年之前
父節點
當前提交
e2416ad53e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      chapter06/nettools-inst.xml

+ 5 - 0
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>