mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
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:
parent
6aeced45af
commit
ace27ffbf8
@ -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
|
||||
|
@ -105,7 +105,7 @@ echo "dummy:x:1000:1000::/root:/bin/bash" >> /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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user