Changeset 7872
- Timestamp:
- 11/25/06 12:40:28 (2 years ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/coreutils.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7871 r7872 40 40 <para>2006-11-25</para> 41 41 <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> 42 49 <listitem> 43 50 <para>[matthew] - Prevent Inetutils from building and installing trunk/BOOK/chapter06/coreutils.xml
r7859 r7872 106 106 107 107 <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} /bin108 mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin 109 109 mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin 110 110 mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
