diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-12-09 16:15:07 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-12-09 16:15:07 +0000 |
commit | 390e32cb79dc37ee15bc0effbbb6104404c7b12b (patch) | |
tree | 4befdd3adc1e47c4f6555199966bb2a6842440d6 /chapter06 | |
parent | 35c837b42916725956a5f1ac526117f7a677c407 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/createfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 85a6cd7da..32896f1a6 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -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> |