aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/bash-inst.xml5
-rw-r--r--index.xml4
3 files changed, 2 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4fbb8c0b7..2d23dcd81 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -6,10 +6,6 @@
<itemizedlist>
-<listitem><para>August 28, 2003 [jeremy] - Chapter 06 -
-Bash: Added a note regarding interactive vs non-interactive
-shells.</para></listitem>
-
<listitem><para>August 28, 2003 [matt] - Updated packages
to linux-2.4.22, man-pages-1.60, expect-5.39.0,
findutils-4.1.20 and tcl-8.4.4</para></listitem>
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml
index de9869e35..003d02f93 100644
--- a/chapter06/bash-inst.xml
+++ b/chapter06/bash-inst.xml
@@ -3,11 +3,6 @@
<sect2>
<title>Installation of Bash</title>
-<para>Bash has different default behavior when called as an interactive and
-a non-interactive shell. It is possible to change this by opening the config-top.h file and commenting out the line:</para>
-
-<para><filename>#define NON_INTERACTIVE_LOGIN_SHELLS</filename></para>
-
<para>Bash has a number of bugs in it that cause it to not behave the
way it is expected at times. Fix this behaviour with the following
patch:</para>
diff --git a/index.xml b/index.xml
index de5dc1bc6..0a204d959 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20030828">
-<!ENTITY releasedate "August 28th, 2003">
+<!ENTITY version "20030829">
+<!ENTITY releasedate "August 29th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">