From de927882c9ff7a082a2e812eade3728a8e4f5501 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 7 Oct 2005 19:20:12 +0000 Subject: [PATCH] Added a few nodump attributes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- chapter06/texinfo.xml | 2 +- chapter06/vim.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter06/bash.xml b/chapter06/bash.xml index ea30f786d..014632aef 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -77,7 +77,7 @@ on the system rather than using its own readline version. Run the newly compiled bash program (replacing the one that is currently being executed): -exec /bin/bash --login +h +exec /bin/bash --login +h The parameters used make the bash process an interactive login shell and continue to disable hashing so diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 5807bbdaa..0cab8d0ae 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -70,7 +70,7 @@ system. If the /usr/share/info/dir file ever needs to be recreated, the following optional commands will accomplish the task: -cd /usr/share/info +cd /usr/share/info rm dir for f in * do install-info $f dir 2>/dev/null diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 9a03c9b3c..a49b5b4ef 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -140,7 +140,7 @@ these programs. Documentation for other available options can be obtained by running the following command: -vim -c ':options' +vim -c ':options'