Author: jciccone
Date: 2006-06-05 15:19:47 -0600 (Mon, 05 Jun 2006)
New Revision: 1720

Modified:
   branches/clfs-2.0/BOOK/bootable/common/chowning.xml
   branches/clfs-2.0/BOOK/final-system/common/iproute2.xml
Log:
text updates

Modified: branches/clfs-2.0/BOOK/bootable/common/chowning.xml
===================================================================
--- branches/clfs-2.0/BOOK/bootable/common/chowning.xml 2006-06-05 20:56:36 UTC 
(rev 1719)
+++ branches/clfs-2.0/BOOK/bootable/common/chowning.xml 2006-06-05 21:19:47 UTC 
(rev 1720)
@@ -24,15 +24,13 @@
 
   </important>
 
-  <para>First, Change the <systemitem class="username">user</systemitem>:
-  <systemitem class="group">group</systemitem> on the entire lfs system.</para>
+  <para>Make <systemitem class="username">root</systemitem> the owner of the
+  entire lfs system.</para>
 
 <screen><userinput>chown -Rv root:root ${LFS}</userinput></screen>
 
-  <para>The following files require a <systemitem 
class="username">user</systemitem>
-  :<systemitem class="group">group</systemitem> combination other then
-  <systemitem class="username">root</systemitem>:<systemitem class="group">root
-  </systemitem>.</para>
+  <para>The following files are not the be owned by
+  <systemitem class="username">root</systemitem>.</para>
 
 <screen><userinput>chgrp -v utmp ${LFS}/var/run/utmp 
${LFS}/var/log/lastlog</userinput></screen>
 

Modified: branches/clfs-2.0/BOOK/final-system/common/iproute2.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/iproute2.xml     2006-06-05 
20:56:36 UTC (rev 1719)
+++ branches/clfs-2.0/BOOK/final-system/common/iproute2.xml     2006-06-05 
21:19:47 UTC (rev 1720)
@@ -25,7 +25,7 @@
   <sect2 role="installation">
     <title>Installation of IPRoute2</title>
 
-    <para os="s1">The following command prevents install trying to strip the 
binaries</para>
+    <para os="s1">The following command prevents install from trying to strip 
the binaries</para>
 
 <screen os="s2"><userinput>for dir in ip misc tc; do
     cp ${dir}/Makefile{,.orig}

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

Reply via email to