diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-02 15:46:18 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-02 15:46:18 +0000 |
commit | 4bc6304e662f1ea1806a9828d85a0866f5751f8e (patch) | |
tree | dce11eb4ca5d09e93d0fd26153d705165bf5b6ab /chapter01 | |
parent | 54eee9df478c297f508b69fcb3ebfa456d73e0ab (diff) |
Symlink sh to bash, and bash to /static/bin/bash. Shortened some cp commands. Changed call to less so SGR will work.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d6d330f6a..15e2e697c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -52,6 +52,12 @@ </itemizedlist> </para></listitem> +<listitem><para>September 2nd, 2002 [timothy]: Chapter 06 - Bash: Removed +creation of sh symlink. Creating the bash and sh symlinks: Added /bin/bash +symlink, symlinked sh to bash. Gzip, Sysvinit, Util-Linux: Shortened cp +command. Makedev: Removed /bin/bash creation and removal. Man: Modified sed +statement to edit less call, so SGR will work.</para></listitem> + <listitem><para>September 1st, 2002 [timothy]: Chapter 06 - About debugging symbols: Removed info. about stripping /static. Man: Added sed statement to prevent groff from using SGR escape sequences.</para></listitem> |