aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-17 05:36:14 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-17 05:36:14 +0000
commit3f99c28d74c982ff69062cf16f879ad11cd6637a (patch)
treebe3aab65c2e7992f5eb1245e8ae6a9be4a3a6539 /chapter05
parent6ba8e55929715ffa7c3c47ae46070eda31bbb030 (diff)
Upgrade to linux-3.5.1
Upgrade to man-pages-3.42 Upgrade to automake-1.12.3 Remove instruction copying su in Chapter 5 coreutils Move shadow to before coreutils in Chapter 6 to have su available Update Chapter 5 sizes and times git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/coreutils.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml
index ef5a044b3..6f56a4108 100644
--- a/chapter05/coreutils.xml
+++ b/chapter05/coreutils.xml
@@ -78,14 +78,14 @@
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
-
+<!--
<para>The above command refuses to install <filename>su</filename>
because the program cannot be installed setuid root as a non-privileged
user. By manually installing it, we can use it for running tests in the
final system as a non-privileged user. Install it with:</para>
<screen><userinput remap="install">cp -v src/su /tools/bin</userinput></screen>
-
+-->
</sect2>
<sect2 role="content">