Author: matthew
Date: 2007-02-09 14:03:49 -0700 (Fri, 09 Feb 2007)
New Revision: 7919

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/coreutils.xml
Log:
Move readlink to /bin so that Udev rules can use it before /usr is mounted. 
Fixes #1913.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-02-09 20:57:08 UTC (rev 7918)
+++ trunk/BOOK/chapter01/changelog.xml  2007-02-09 21:03:49 UTC (rev 7919)
@@ -40,6 +40,13 @@
       <para>2007-02-09</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Move <command>readlink</command> to
+          <filename class="directory">/bin</filename> because
+          <function>sysreadlink</function> in Udev's shell functions may call
+          it before <filename class="directory">/usr</filename> has been
+          mounted. Fixes <ulink 
url="&lfs-ticket-root;1913">#1913</ulink></para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Remove some <command>chmod</command> and
           <command>chown</command> commands from DB, NCurses and Readline as
           they are no longer required with recent upstream versions. Fixes

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2007-02-09 20:57:08 UTC (rev 7918)
+++ trunk/BOOK/chapter06/coreutils.xml  2007-02-09 21:03:49 UTC (rev 7919)
@@ -105,7 +105,7 @@
     <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,mv,pwd,rm} /bin
+mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} /bin
 mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
 mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to