diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-04-03 12:21:48 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-04-03 12:21:48 +0000 |
commit | f4c628cc8009690144917de718338bb95cbff428 (patch) | |
tree | dc5da569c6dad157c691e3627ab3e49f0d52b345 /chapter06/bash.xml | |
parent | 85d8df50447b4bdcae11a0fb45253ed6fa8549bb (diff) |
Install su from coreutils in chapter 5 as su-tools. Use su-tools to run test suites from coreutils and bash as user nobody. Fixes #1877
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 88a76c612..147af875b 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -70,8 +70,10 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ <screen><userinput>make</userinput></screen> - <para>To test the results, issue: - <userinput>make tests</userinput>.</para> + <para>To test the results, issue:</para> + +<screen><userinput>chown -Rv nobody ./ +su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> <para>Install the package:</para> |