Author: matthew
Date: 2009-03-20 06:14:48 -0600 (Fri, 20 Mar 2009)
New Revision: 8844

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/coreutils.xml
   trunk/BOOK/general.ent
Log:
Keep readlink in /usr/bin instead of moving it to /bin.  It's not specified in 
the FHS, nor is it required by the bootscripts.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-03-16 20:43:23 UTC (rev 8843)
+++ trunk/BOOK/chapter01/changelog.xml  2009-03-20 12:14:48 UTC (rev 8844)
@@ -38,6 +38,17 @@
 -->
 
     <listitem>
+      <para>2009-03-20</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Don't move readlink to /bin.  It's not specified by
+          the FHS and not required by the bootscripts, so can stay in
+          /usr/bin. Thanks to Archaic for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2009-03-15</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2009-03-16 20:43:23 UTC (rev 8843)
+++ trunk/BOOK/chapter06/coreutils.xml  2009-03-20 12:14:48 UTC (rev 8844)
@@ -122,7 +122,7 @@
     <para>Move programs to the locations specified by the FHS:</para>
 
 <screen><userinput remap="install">mv -v 
/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
-mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} /bin
+mv -v /usr/bin/{false,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>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-03-16 20:43:23 UTC (rev 8843)
+++ trunk/BOOK/general.ent      2009-03-20 12:14:48 UTC (rev 8844)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090316">
-<!ENTITY releasedate "March 16, 2009">
+<!ENTITY version "SVN-20090320">
+<!ENTITY releasedate "March 20, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
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