From e6313784d67581bcc43d92d3878936571cdc9098 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 7 Sep 2001 23:28:05 +0000 Subject: [PATCH] noted adding of --login to exec /bin/bash to ch6-bash git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b04937e1d..1dba73f77 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -15,7 +15,10 @@ -September 7th, 2001 [gerard]: Chapter 5 - Gcc: Removed +September 7th, 2001 [gerard]: Chapter 6 - Bash: Added +--login to the exec /bin/bash command. + +September 7th, 2001 [gerard]: Chapter 5 - GCC: Removed duplicate explanation (the patch and --enable-languages ones) that are already in chapter 5 - gcc.