mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-16 00:15:04 +01:00
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:
parent
35c837b429
commit
390e32cb79
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2006-12-09</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bryan] - Fix /etc/passwd entry for "nobody" 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>
|
||||||
|
@ -63,7 +63,7 @@ ln -sv bash /bin/sh</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput>cat > /etc/passwd << "EOF"
|
<screen><userinput>cat > /etc/passwd << "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>
|
||||||
|
@ -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}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user