Changeset 7883
- Timestamp:
- 12/09/06 09:15:07 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (5 diffs)
- trunk/BOOK/chapter06/createfiles.xml (modified) (1 diff)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7876 r7883 37 37 --> 38 38 39 <listitem> 40 <para>2006-12-09</para> 41 <itemizedlist> 42 <listitem> 43 <para>[bryan] - Fix /etc/passwd entry for "nobody" 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 39 50 <listitem> 40 51 <para>2006-12-01</para> … … 55 66 <listitem> 56 67 <para>[jhuntwork] - Add a cautionary note to the end of chapter 5. 57 Archiving of the temporary tools for future use should take place58 before starting chapter 6.68 Archiving of the temporary tools for future use should take place 69 before starting chapter 6. 59 70 Fixes <ulink url="&lfs-ticket-root;1879">#1879</ulink></para> 60 71 </listitem> … … 72 83 the fix. Fixes <ulink url="&lfs-ticket-root;1914">#1914</ulink></para> 73 84 </listitem> 74 <listitem>75 <para>[jhuntwork] - Fix potential corruption of the testsuite tools76 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. 77 88 Fixes <ulink url="&lfs-ticket-root;1892">#1892</ulink></para> 78 </listitem>89 </listitem> 79 90 <listitem> 80 91 <para>[matthew] - Upgrade to Man-pages-1.42. Fixes … … 87 98 <ulink url="&lfs-ticket-root;1915">#1915</ulink></para> 88 99 </listitem> 89 <listitem>90 <para>[jhuntwork] - Added 'make headers_install' to chapter 591 Linux Headers for the educational value and in preparation of92 changes in Linux-2.6.19. See93 <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> 96 107 <listitem> 97 108 <para>[matthew] - Upgrade to M4-1.4.8. Fixes … … 141 152 <listitem> 142 153 <para>[jhuntwork] - Simplified the installation of 143 Linux Headers in Chapter 5.</para>154 Linux Headers in Chapter 5.</para> 144 155 </listitem> 145 156 </itemizedlist> trunk/BOOK/chapter06/createfiles.xml
r7794 r7883 64 64 <screen><userinput>cat > /etc/passwd << "EOF" 65 65 <literal>root:x:0:0:root:/root:/bin/bash 66 nobody:x:99:99: nobody:Unprivileged User:/bin/false</literal>66 nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal> 67 67 EOF</userinput></screen> 68 68 trunk/BOOK/general.ent
r7875 r7883 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2006120 1">3 <!ENTITY releasedate "December 1, 2006">2 <!ENTITY version "SVN-20061209"> 3 <!ENTITY releasedate "December 9, 2006"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
