diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-31 20:01:42 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-31 20:01:42 +0000 |
commit | 264dfd9e05b9595d78642119c9cf43eee5558084 (patch) | |
tree | b68069365982691375e3c8030f69b9ba500bcdf3 /chapter06/coreutils.xml | |
parent | ae7f075dd6185f9ec93d5aedbb46e98511f25235 (diff) |
Update to upstream r11882
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 6a12d4e80..5a4079d78 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -116,7 +116,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ these tests are not skipped we'll add a temporary group and make the user <systemitem class="username">tester</systemitem> a part of it:</para> -<screen><userinput remap="test">echo "dummy:x:1000:tester" >> /etc/group</userinput></screen> +<screen><userinput remap="test">echo "dummy:x:102:tester" >> /etc/group</userinput></screen> <para>Fix some of the permissions so that the non-root user can compile and run the tests:</para> |