mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-15 16:55:06 +01:00
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:
parent
6a7bdc3d6e
commit
b72295579d
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user