aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 18:51:16 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 18:51:16 +0000
commit720e0988f2eed08bbc6e344cde90443d6b192b55 (patch)
tree141f55763fdc53c28dc6b2a068491fd1d62b5082 /chapter01
parent21b1878de5c5d02acc48612bf92f6987be4760a8 (diff)
Added set +h after every exec /path/to/bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2379bbb0c..76853e02f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -78,6 +78,11 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 13th, 2003 [gerard]: Chapter 06: When we
+<userinput>exec /path/to/bash --login</userinput>, also run <userinput>set
++h</userinput> to keep the hashing option turned off. Fixes bug
+#531</para></listitem>
+
<listitem><para>May 13th, 2003 [gerard]: Chapter 06 - Basic Network:
Changed the single quotes to double quotes in the echo command. Without it,
$(hostname) won't expand which defeats the sole purpose of this command -