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
This commit is contained in:
Bryan Kadzban 2006-12-09 16:15:07 +00:00
parent 35c837b429
commit 390e32cb79
3 changed files with 28 additions and 17 deletions

View File

@ -36,6 +36,17 @@
</listitem> </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> <listitem>
<para>2006-12-01</para> <para>2006-12-01</para>
<itemizedlist> <itemizedlist>

View File

@ -63,7 +63,7 @@ ln -sv bash /bin/sh</userinput></screen>
<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF" <screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
<literal>root:x:0:0:root:/root:/bin/bash <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> EOF</userinput></screen>
<para>The actual password for <systemitem class="username">root</systemitem> <para>The actual password for <systemitem class="username">root</systemitem>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20061201"> <!ENTITY version "SVN-20061209">
<!ENTITY releasedate "December 1, 2006"> <!ENTITY releasedate "December 9, 2006">
<!ENTITY milestone "6.3"> <!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->