Author: matthew
Date: 2006-11-25 12:40:28 -0700 (Sat, 25 Nov 2006)
New Revision: 7872

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/coreutils.xml
Log:
Move /usr/bin/mv to /bin again.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-11-25 19:15:17 UTC (rev 7871)
+++ trunk/BOOK/chapter01/changelog.xml  2006-11-25 19:40:28 UTC (rev 7872)
@@ -40,6 +40,13 @@
       <para>2006-11-25</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Move <command>mv</command> from
+            <filename class="directory">/usr/bin</filename> to
+            <filename class="directory">/bin</filename> again. The upgrade to
+            Coreutils-6.6 mistakenly removed it from the list of files to be
+            moved. Thanks to Chris Staub for the report.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Prevent Inetutils from building and installing
           <command>ifconfig</command> as LFS uses <command>ip</command> to
           configure network interfaces. Thanks to Marty Jack for the report and

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2006-11-25 19:15:17 UTC (rev 7871)
+++ trunk/BOOK/chapter06/coreutils.xml  2006-11-25 19:40:28 UTC (rev 7872)
@@ -105,7 +105,7 @@
     <para>Move programs to the locations specified by the FHS:</para>
 
 <screen><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} 
/bin
-mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,pwd,rm} /bin
+mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
 mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
 mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to