Changeset 7919
- Timestamp:
- 02/09/07 14:03:49 (1 year 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
r7918 r7919 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Move <command>readlink</command> to 44 <filename class="directory">/bin</filename> because 45 <function>sysreadlink</function> in Udev's shell functions may call 46 it before <filename class="directory">/usr</filename> has been 47 mounted. Fixes <ulink url="&lfs-ticket-root;1913">#1913</ulink></para> 48 </listitem> 49 <listitem> 43 50 <para>[matthew] - Remove some <command>chmod</command> and 44 51 <command>chown</command> commands from DB, NCurses and Readline as trunk/BOOK/chapter06/coreutils.xml
r7872 r7919 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,mv,pwd,r m} /bin108 mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,readlink,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>
