From 3f0c882398e626cd92503b1bd964a32e89f818dc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 21 Dec 2004 19:38:32 +0000 Subject: Removed the text in chapter 06. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 59 ++++-------------------------------------------------- 1 file changed, 4 insertions(+), 55 deletions(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 3e65cb5ee..0dbda1f83 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -10,7 +10,6 @@ Bash -<para>The Bash package contains the Bourne-Again SHell.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,23 +17,16 @@ <seglistitem><seg>1.2 SBU</seg><seg>27 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Bash installation depends on</segtitle> -<seglistitem><seg>Binutils, Coreutils, Diffutils, Gawk, -GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Bash -The following patch fixes various issues. Including a problem where Bash -sometimes will only show 33 characters on a line and then wraps to the next line. +Apply a patch: patch -Np1 -i ../bash-&bash-version;-fixes-1.patch -Bash also has issues when compiled against newer versions of glibc. The -following patch resolves this problem: +Apply another patch: patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch @@ -54,59 +46,16 @@ following patch resolves this problem: make install -Now run the newly compiled bash program (replacing the one you are currently executing): +Run the newly compiled bash program: exec /bin/bash --login +h -The parameters used make it an interactive login instance -(so /etc/profile is read, if it exists, and the first found -~/.bash_profile, ~/.bash_login or -and ~/.profile) and continue to -disable hashing so that new programs are found as they become -available. - Contents of Bash - -Installed programs -bash, sh (link to bash) and bashbug - - -Short descriptions - - -bash - -bash -is a widely-used command interpreter. It -performs many kinds of expansions and substitutions on a given command line -before executing it, thus making this interpreter a powerful tool. - - - - -bashbug - -bashbug -is a shell script to help the user -compose and mail bug reports concerning bash in a standard format. - - - - -sh - -sh -is a symlink to the bash program. When invoked -as sh, bash tries to mimic the -startup behavior of historical versions of sh as -closely as possible, while conforming to the POSIX standard as well. - - - +See testing -- cgit v1.2.3-54-g00ecf