diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 82868d874..82e0e554f 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 80ea8268b..4569908a7 100644 --- a/chapter06/coreutils.xml +++ b/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" >> /etc/group +<screen><userinput>echo "dummy1:x:1000:" >> /etc/group echo "dummy2:x:1001:dummy" >> /etc/group echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd</userinput></screen> |