Author: bdubbs
Date: 2012-12-28 14:46:55 -0700 (Fri, 28 Dec 2012)
New Revision: 10084
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/inetutils.xml
Log:
Put traceroute in /bin for consistency
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-12-28 20:29:58 UTC (rev 10083)
+++ trunk/BOOK/chapter01/changelog.xml 2012-12-28 21:46:55 UTC (rev 10084)
@@ -40,6 +40,11 @@
<para>2012-12-28</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Put traceroute in /bin for consistency.
+ Fixes
+ <ulink url="&lfs-ticket-root;3264">#3264</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Fix the location for mounting /dev/shm
inside chroot. Fixes
<ulink url="&lfs-ticket-root;3258">#3258</ulink>.</para>
Modified: trunk/BOOK/chapter06/inetutils.xml
===================================================================
--- trunk/BOOK/chapter06/inetutils.xml 2012-12-28 20:29:58 UTC (rev 10083)
+++ trunk/BOOK/chapter06/inetutils.xml 2012-12-28 21:46:55 UTC (rev 10084)
@@ -123,10 +123,10 @@
make -C doc html
make -C doc install-html
docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen>
- <para>Move some programs to their FHS-compliant place:</para>
+ <para>Move some programs so they are available if <filename
+ class='directory'>/usr</filename> is not accessable:</para>
-<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6} /bin
-mv -v /usr/bin/traceroute /sbin</userinput></screen>
+<screen><userinput remap="install">mv -v
/usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page