Changeset 390e32c


Ignore:
Timestamp:
12/09/2006 04:15:07 PM (17 years ago)
Author:
Bryan Kadzban <bryan@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2159d60
Parents:
35c837b
Message:

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r35c837b r390e32c  
    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>
  • chapter06/createfiles.xml

    r35c837b r390e32c  
    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
  • general.ent

    r35c837b r390e32c  
    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}]" -->
Note: See TracChangeset for help on using the changeset viewer.