Author: ken
Date: 2006-05-05 11:33:52 -0600 (Fri, 05 May 2006)
New Revision: 1524
Modified:
trunk/BOOK/final-system/x86/linux-headers.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/x86/changelog.xml
Log:
fix typo in find for headers.
Modified: trunk/BOOK/final-system/x86/linux-headers.xml
===================================================================
--- trunk/BOOK/final-system/x86/linux-headers.xml 2006-05-05 03:48:10 UTC
(rev 1523)
+++ trunk/BOOK/final-system/x86/linux-headers.xml 2006-05-05 17:33:52 UTC
(rev 1524)
@@ -64,7 +64,7 @@
<para os="g">Make sure the users can read the headers:</para>
-<screen os="h"><userinput>find
/usr/include/{asm,asm-generic-linux,mtd,net,scsi,sound} -type d -exec chmod -v
755 {} \;
+<screen os="h"><userinput>find
/usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type d -exec chmod -v
755 {} \;
find /usr/include/{asm,asm-generic,linux,mtd,net,scsi,sound} -type f -exec
chmod -v 644 {} \;</userinput></screen>
</sect2>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-05-05 03:48:10 UTC (rev 1523)
+++ trunk/BOOK/general.ent 2006-05-05 17:33:52 UTC (rev 1524)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CLFS-SVN-20060504">
+<!ENTITY version "CLFS-SVN-20060505">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
<!ENTITY version-x86_64-64 "&version;-x86_64-Pure64">
@@ -15,7 +15,7 @@
<!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
<!ENTITY version-alpha "&version;-ALPHA">
-<!ENTITY releasedate "May 4, 2006">
+<!ENTITY releasedate "May 5, 2006">
<!ENTITY milestone "0.1">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
Modified: trunk/BOOK/introduction/x86/changelog.xml
===================================================================
--- trunk/BOOK/introduction/x86/changelog.xml 2006-05-05 03:48:10 UTC (rev
1523)
+++ trunk/BOOK/introduction/x86/changelog.xml 2006-05-05 17:33:52 UTC (rev
1524)
@@ -33,6 +33,15 @@
-->
<listitem>
+ <para>May 5,2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Correct typo in find for final-system headers.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 31, 2005</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page