From 6ba7c0f4bc94c1cdfe25f4ee0cd87f5320aebcce Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 15 Apr 2012 21:12:27 +0000 Subject: Install su as 'su', not 'su-tools' in chapter 5. Use chapter 6's 'su' for Bash. Fixes #3057. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/coreutils.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'chapter05') diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index c79894a9b..ef5a044b3 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -81,12 +81,10 @@ The above command refuses to install su because the program cannot be installed setuid root as a non-privileged - user. By manually installing it with a different name, we can use it for - running tests in the final system as a non-privileged user and we keep a - possibly useful su from our host first in our PATH. - Install it with: + user. By manually installing it, we can use it for running tests in the + final system as a non-privileged user. Install it with: -cp -v src/su /tools/bin/su-tools +cp -v src/su /tools/bin -- cgit v1.2.3-54-g00ecf