Changeset 7883

Show
Ignore:
Timestamp:
12/09/06 09:15:07 (1 year ago)
Author:
bryan
Message:

Fix createfiles.xml /etc/passwd entry for nobody (fixes #1931), and change tabs to spaces in changelog.xml.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7876 r7883  
    3737--> 
    3838 
     39    <listitem> 
     40      <para>2006-12-09</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[bryan] - Fix /etc/passwd entry for &quot;nobody&quot; user 
     44          in chapter 6. Fixes <ulink url="&lfs-ticket-root;1931">#1931</ulink>; 
     45          thanks to Robert Connolly for the report.</para> 
     46        </listitem> 
     47      </itemizedlist> 
     48    </listitem> 
     49 
    3950    <listitem>  
    4051      <para>2006-12-01</para> 
     
    5566        <listitem> 
    5667          <para>[jhuntwork] - Add a cautionary note to the end of chapter 5. 
    57          Archiving of the temporary tools for future use should take place 
    58          before starting chapter 6. 
     68          Archiving of the temporary tools for future use should take place 
     69          before starting chapter 6. 
    5970          Fixes <ulink url="&lfs-ticket-root;1879">#1879</ulink></para> 
    6071        </listitem> 
     
    7283          the fix. Fixes <ulink url="&lfs-ticket-root;1914">#1914</ulink></para> 
    7384        </listitem> 
    74        <listitem> 
    75          <para>[jhuntwork] - Fix potential corruption of the testsuite tools 
    76          by forcing expect to always use /bin/stty and not /usr/local/bin/stty. 
     85        <listitem> 
     86          <para>[jhuntwork] - Fix potential corruption of the testsuite tools 
     87          by forcing expect to always use /bin/stty and not /usr/local/bin/stty. 
    7788          Fixes <ulink url="&lfs-ticket-root;1892">#1892</ulink></para> 
    78        </listitem> 
     89        </listitem> 
    7990        <listitem> 
    8091          <para>[matthew] - Upgrade to Man-pages-1.42. Fixes 
     
    8798          <ulink url="&lfs-ticket-root;1915">#1915</ulink></para> 
    8899        </listitem> 
    89        <listitem> 
    90           <para>[jhuntwork] - Added 'make headers_install' to chapter 5 
    91           Linux Headers for the educational value and in preparation of 
    92           changes in Linux-2.6.19. See 
    93           <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html"> 
    94           this thread.</ulink></para> 
    95        </listitem> 
     100        <listitem> 
     101          <para>[jhuntwork] - Added 'make headers_install' to chapter 5 
     102          Linux Headers for the educational value and in preparation of 
     103          changes in Linux-2.6.19. See 
     104          <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html"> 
     105          this thread.</ulink></para> 
     106        </listitem> 
    96107        <listitem> 
    97108          <para>[matthew] - Upgrade to M4-1.4.8. Fixes 
     
    141152        <listitem> 
    142153          <para>[jhuntwork] - Simplified the installation of 
    143          Linux Headers in Chapter 5.</para> 
     154          Linux Headers in Chapter 5.</para> 
    144155        </listitem> 
    145156      </itemizedlist> 
  • trunk/BOOK/chapter06/createfiles.xml

    r7794 r7883  
    6464<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF" 
    6565<literal>root:x:0:0:root:/root:/bin/bash 
    66 nobody:x:99:99:nobody:Unprivileged User:/bin/false</literal> 
     66nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal> 
    6767EOF</userinput></screen> 
    6868 
  • trunk/BOOK/general.ent

    r7875 r7883  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20061201"> 
    3 <!ENTITY releasedate "December 1, 2006"> 
     2<!ENTITY version "SVN-20061209"> 
     3<!ENTITY releasedate "December 9, 2006"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->