aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-09-10 04:31:00 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-09-10 04:31:00 +0000
commitb72295579dc15cdb2546b64f42fa184b63590fc6 (patch)
tree32b8cee5eeecb521a7d8f9af6ec228c4297fd9f9 /chapter06
parent6a7bdc3d6e77080058b4e85ba2b8b17cd3f4b611 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml2
1 files changed, 1 insertions, 1 deletions
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" &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>