aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-05-29 08:06:18 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-05-29 08:06:18 +0000
commit7406bece6f21f8edefd3b78480ba30cc704fb233 (patch)
tree3a2165a204e973477cca4e1342995226d3ace4e0 /chapter06/util-linux.xml
parent51c960dfdf415e0a793d99ccc6e5e80f41649504 (diff)
Add an unprivileged user, tester, at the
beginning of Chapter 6 for running some tests. This user is then removed at the end of the chapter. Update to zstd-1.4.5. Fixes Update to util-linux-2.35.2. Fixes Update to bison-3.6.2. Fixes Update to linux-5.6.15. Fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 6a6a5bcc5..036f5db82 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -115,8 +115,8 @@ rm -vf /usr/lib/pkgconfig/{blkid,fdisk,mount,uuid}.pc</userinput></screen>
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
-<screen><userinput remap="test">chown -Rv nobody .
-su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
+<screen><userinput remap="test">chown -Rv tester .
+su tester -c "make -k check"</userinput></screen>
<para>Install the package:</para>