mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-18 09:25:33 +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>
|
||||
<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>
|
||||
<para>2006-12-01</para>
|
||||
<itemizedlist>
|
||||
|
@ -63,7 +63,7 @@ ln -sv bash /bin/sh</userinput></screen>
|
||||
|
||||
<screen><userinput>cat > /etc/passwd << "EOF"
|
||||
<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>
|
||||
|
||||
<para>The actual password for <systemitem class="username">root</systemitem>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20061201">
|
||||
<!ENTITY releasedate "December 1, 2006">
|
||||
<!ENTITY version "SVN-20061209">
|
||||
<!ENTITY releasedate "December 9, 2006">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user