Author: bryan
Date: 2006-12-09 09:15:07 -0700 (Sat, 09 Dec 2006)
New Revision: 7883

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/createfiles.xml
   trunk/BOOK/general.ent
Log:
Fix createfiles.xml /etc/passwd entry for nobody (fixes #1931), and change tabs 
to spaces in changelog.xml.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-12-04 16:53:22 UTC (rev 7882)
+++ trunk/BOOK/chapter01/changelog.xml  2006-12-09 16:15:07 UTC (rev 7883)
@@ -36,6 +36,17 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2006-12-09</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bryan] - Fix /etc/passwd entry for &quot;nobody&quot; user
+          in chapter 6. Fixes <ulink url="&lfs-ticket-root;1931">#1931</ulink>;
+          thanks to Robert Connolly for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem> 
       <para>2006-12-01</para>
       <itemizedlist>
@@ -54,8 +65,8 @@
       <itemizedlist>
         <listitem>
           <para>[jhuntwork] - Add a cautionary note to the end of chapter 5.
-         Archiving of the temporary tools for future use should take place
-         before starting chapter 6.
+          Archiving of the temporary tools for future use should take place
+          before starting chapter 6.
           Fixes <ulink url="&lfs-ticket-root;1879">#1879</ulink></para>
         </listitem>
         <listitem>
@@ -71,11 +82,11 @@
           configure network interfaces. Thanks to Marty Jack for the report and
           the fix. Fixes <ulink 
url="&lfs-ticket-root;1914">#1914</ulink></para>
         </listitem>
-       <listitem>
-         <para>[jhuntwork] - Fix potential corruption of the testsuite tools
-         by forcing expect to always use /bin/stty and not /usr/local/bin/stty.
+        <listitem>
+          <para>[jhuntwork] - Fix potential corruption of the testsuite tools
+          by forcing expect to always use /bin/stty and not 
/usr/local/bin/stty.
           Fixes <ulink url="&lfs-ticket-root;1892">#1892</ulink></para>
-       </listitem>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Man-pages-1.42. Fixes
           <ulink url="&lfs-ticket-root;1922">#1922</ulink></para>
@@ -86,14 +97,14 @@
           to Joe Ciccone for the report and the updated patch. Fixes
           <ulink url="&lfs-ticket-root;1915">#1915</ulink></para>
         </listitem>
-       <listitem>
-          <para>[jhuntwork] - Added 'make headers_install' to chapter 5
-          Linux Headers for the educational value and in preparation of
-          changes in Linux-2.6.19. See
-          <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html">
-          this thread.</ulink></para>
-       </listitem>
         <listitem>
+          <para>[jhuntwork] - Added 'make headers_install' to chapter 5
+          Linux Headers for the educational value and in preparation of
+          changes in Linux-2.6.19. See
+          <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html">
+          this thread.</ulink></para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to M4-1.4.8. Fixes
           <ulink url="&lfs-ticket-root;1920">1920</ulink></para>
         </listitem>
@@ -140,7 +151,7 @@
       <itemizedlist>
         <listitem>
           <para>[jhuntwork] - Simplified the installation of
-         Linux Headers in Chapter 5.</para>
+          Linux Headers in Chapter 5.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/chapter06/createfiles.xml
===================================================================
--- trunk/BOOK/chapter06/createfiles.xml        2006-12-04 16:53:22 UTC (rev 
7882)
+++ trunk/BOOK/chapter06/createfiles.xml        2006-12-09 16:15:07 UTC (rev 
7883)
@@ -63,7 +63,7 @@
 
 <screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
 <literal>root:x:0:0:root:/root:/bin/bash
-nobody:x:99:99:nobody:Unprivileged User:/bin/false</literal>
+nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
 EOF</userinput></screen>
 
   <para>The actual password for <systemitem class="username">root</systemitem>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-12-04 16:53:22 UTC (rev 7882)
+++ trunk/BOOK/general.ent      2006-12-09 16:15:07 UTC (rev 7883)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061201">
-<!ENTITY releasedate "December 1, 2006">
+<!ENTITY version "SVN-20061209">
+<!ENTITY releasedate "December 9, 2006">
 <!ENTITY milestone "6.3">
 <!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