aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-02-11 01:29:45 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-02-11 01:29:45 +0000
commitf7261939141a381c37a007aee48a9a68b5f4508f (patch)
tree217a70eff28b66eef4eb31b739f6fbee30f8ff75 /chapter05
parentf32668c0021cd279b7aedbddd79d8e33a15554a7 (diff)
removed 'su' - not installed here due to lack or root privs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/shellutils-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index d449d03d2..a5cc3ac73 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -19,7 +19,7 @@ make LDFLAGS=-static &amp;&amp;
make install &amp;&amp;
cd $LFS/usr/bin &amp;&amp;
mv basename date echo false hostname $LFS/bin &amp;&amp;
-mv pwd sleep stty su test true uname $LFS/bin &amp;&amp;</userinput></screen></para>
+mv pwd sleep stty test true uname $LFS/bin &amp;&amp;</userinput></screen></para>
</sect2>