lfs/TODO
Zack Winkles 4f16f6b718 Add readline to the TODO list
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-04 00:01:14 +00:00

13 lines
657 B
Plaintext

- Mention --enable-kernel=... where appropriate.
- Create and use the 'utmp' group, and explain to the user how to use it to
improve the security of things that write to utmp, such as terminal
emulators.
- Move passwd to /bin.
- Mention --enable-multibyte when building vim.
- POSIX compliance patches (aka, removing the coreutils hack).
- Upgraded to a glibc that supports POSIX message queues.
- Pass --enable-const to ncurses.
- Readline in Ch.6, and add uses of it. For example, Bash accepts the
--with-external-readline (or something like that) argument, and E2fsprogs
can be more "interactive" when compiled w/ a patch against it.