Browse Source

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
Jeremy Utley 21 years ago
parent
commit
b72295579d
2 changed files with 5 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/coreutils.xml

+ 4 - 0
chapter01/changelog.xml

@@ -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>
 

+ 1 - 1
chapter06/coreutils.xml

@@ -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>