aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-04-04 00:31:52 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-04-04 00:31:52 +0000
commitc3c32c74835a3670b7bfce9f89bff8845a997911 (patch)
treec12816c985f4fbf44b9856f20ad0948330bca3eb /chapter01/changelog.xml
parent760e8cba2b56e7167e0709e2fff93d792d035eec (diff)
Added kbd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index dcdd91e84..8e34c3fa9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -149,6 +149,11 @@ glibc yet (kind of hen and egg-problem).
</para></listitem>
<listitem><para>
+Chapter 6: Changed consoledata/tools to kbd, which is more actively developed,
+and less of a pain to install.
+</para></listitem>
+
+<listitem><para>
Chapter 7: Fixed the delays in the killproc function in the functions
script. Now, after kill, first check PIDs, then sleep 2 if needed. More
details can be read in the comments in the script itself.