aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-15 00:23:04 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-15 00:23:04 +0000
commitaa5df960f1f228c7e73719826176103aaebe9606 (patch)
treefe4f9b04f463cd13d521c9bb99942cb92d3b2531
parent238527e1046df4a3af31d7699e3f4a5f2b345036 (diff)
Removed no longer needed set +h.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/revisedchroot.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 21648f3c2..3317ff7d3 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -87,6 +87,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 14th, 2003 [greg]: Chapter 6 - Revised chroot
+command: Removed no longer needed set +h.</para></listitem>
+
<listitem><para>September 14th, 2003 [greg]: Chapter 6 - Create essential
symlinks: Add symlink /usr/lib/libgcc_s.so.1 to allow gcc abi_check to run.
Future NPTL needs this as well.</para></listitem>
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index ee40f4b8d..28724f621 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -16,7 +16,5 @@ may want to reinstall them after removing the /tools directory.</para>
&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin \
&nbsp;&nbsp;&nbsp;&nbsp;/bin/bash --login</userinput></screen></para>
-<para><screen><userinput>set +h</userinput></screen></para>
-
</sect1>