Propogated the coreutils fix from testing back up to unstable

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-09-10 04:31:00 +00:00
parent 6a7bdc3d6e
commit b72295579d
2 changed files with 5 additions and 1 deletions

View File

@ -93,6 +93,10 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>September 9th, 2004 [jeremy]: Added missing colon to group
name in Chapter 6-Coreutils (used by the test suite). Reported by
Nico to LFS-Dev</para></listitem>
<listitem><para>September 9th, 2004 [jeremy]: Upgraded to GCC 3.4.2 and
Util-linux-2.12c.</para></listitem>

View File

@ -57,7 +57,7 @@ package</quote>.</para>
<para>Create two dummy groups and a dummy user name:</para>
<screen><userinput>echo "dummy1:x:1000" &gt;&gt; /etc/group
<screen><userinput>echo "dummy1:x:1000:" &gt;&gt; /etc/group
echo "dummy2:x:1001:dummy" &gt;&gt; /etc/group
echo "dummy:x:1000:1000:::/bin/bash" &gt;&gt; /etc/passwd</userinput></screen>