aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/createfiles.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-30 18:14:52 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-30 18:14:52 +0000
commit338c63fb69af72ca10964051da35539ff2ea8882 (patch)
tree58fa458e6ac7b547bf9fcc6d6891c1da4156de31 /chapter06/createfiles.xml
parent9c5cdd8a537f193530d64c9dc0b2dc726ab8ace6 (diff)
Fix groups for user tester, and a forgotten tester in sed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r--chapter06/createfiles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 74a071df0..53c80e0a2 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -346,7 +346,7 @@ EOF</userinput></screen>
user here and delete this account at the end of the chapter.</para>
<screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" &gt;&gt; /etc/passwd
-echo "tester:x:101:dummy" &gt;&gt; /etc/group
+echo "tester:x:101:" &gt;&gt; /etc/group
install -o tester -d /home/tester</userinput></screen>
<para>To remove the <quote>I have no name!</quote> prompt, start a new