mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
Removed previous bash alteration, which will instead be converted into a hint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e845fc2c26
commit
327e4a3bf1
@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<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
|
<listitem><para>August 28, 2003 [matt] - Updated packages
|
||||||
to linux-2.4.22, man-pages-1.60, expect-5.39.0,
|
to linux-2.4.22, man-pages-1.60, expect-5.39.0,
|
||||||
findutils-4.1.20 and tcl-8.4.4</para></listitem>
|
findutils-4.1.20 and tcl-8.4.4</para></listitem>
|
||||||
|
@ -3,11 +3,6 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of Bash</title>
|
<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
|
<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
|
way it is expected at times. Fix this behaviour with the following
|
||||||
patch:</para>
|
patch:</para>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030828">
|
<!ENTITY version "20030829">
|
||||||
<!ENTITY releasedate "August 28th, 2003">
|
<!ENTITY releasedate "August 29th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user