From 182d5d3e50ddf048e655a7e7909ae8389e84e639 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 30 Oct 2008 06:52:46 +0000 Subject: Text changes in several places in Chapters 5 and 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/coreutils.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter05/coreutils.xml') diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index d36c0145f..61bf658cb 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -84,11 +84,11 @@ make install The above command refuses to install su - because it cannot install it 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 place in our PATH. Install - it with: + 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: cp -v src/su /tools/bin/su-tools -- cgit v1.2.3-54-g00ecf