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 --- chapter06/bash.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index f6a5ca7a6..06db04163 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -89,7 +89,7 @@ Now, run the tests as the nobody user: -su-tools nobody -s /bin/bash -c "make tests" +su nobody -s /bin/bash -c "make tests" Install the package: -- cgit v1.2.3-54-g00ecf