Move /usr/bin/mv to /bin again.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-11-25 19:40:28 +00:00
parent 6aeced45af
commit ace27ffbf8
2 changed files with 8 additions and 1 deletions

View File

@ -39,6 +39,13 @@
<listitem>
<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

View File

@ -105,7 +105,7 @@ echo "dummy:x:1000:1000::/root:/bin/bash" &gt;&gt; /etc/passwd</userinput></scre
<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>