Changeset 7872

Show
Ignore:
Timestamp:
11/25/06 12:40:28 (2 years ago)
Author:
matthew
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7871 r7872  
    4040      <para>2006-11-25</para> 
    4141      <itemizedlist> 
     42        <listitem> 
     43          <para>[matthew] - Move <command>mv</command> from 
     44            <filename class="directory">/usr/bin</filename> to 
     45            <filename class="directory">/bin</filename> again. The upgrade to 
     46            Coreutils-6.6 mistakenly removed it from the list of files to be 
     47            moved. Thanks to Chris Staub for the report.</para> 
     48        </listitem> 
    4249        <listitem> 
    4350          <para>[matthew] - Prevent Inetutils from building and installing 
  • trunk/BOOK/chapter06/coreutils.xml

    r7859 r7872  
    106106 
    107107<screen><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin 
    108 mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,pwd,rm} /bin 
     108mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin 
    109109mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin 
    110110mv -v /usr/bin/chroot /usr/sbin</userinput></screen>