aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-02-17 20:15:05 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-02-17 20:15:05 +0000
commit02b095a133f8e59e19fc8b0a3c7d5e99e0fc497b (patch)
tree51d011543b0326cabcaf1d88b12156cee29bda59
parent71286bb630c213e8e8c509e9c8fa44c616a58d6d (diff)
noted dep update
added mv chroot ../sbin to chap5-shutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml7
-rw-r--r--chapter05/shellutils-inst.xml4
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b2cc15c6f..60b13ad3f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -6,6 +6,13 @@
<itemizedlist>
+<listitem><para>February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added
+the command again that moves $LFS/usr/bin/chroot to
+$LFS/usr/sbin</para></listitem>
+
+<listitem><para>February 17th, 2002 [gerard] Updated dependencies for all
+packages.</para></listitem>
+
<listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
to the list located in The Netherlands (www.nl and
ftp.nl).</para></listitem>
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index 03fb55e39..58fdd632f 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 test true uname $LFS/bin</userinput></screen></para>
-
+mv pwd sleep stty test true uname $LFS/bin &amp;&amp;
+mv chroot ../sbin</userinput></screen></para>
</sect2>