Added kbd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Simon Perreault 2001-04-04 00:31:52 +00:00
parent 760e8cba2b
commit c3c32c7483

View File

@ -148,6 +148,11 @@ pt_chown can not be installed setuid root, because "root" is not known by
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