diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ These are the TODO items for the next LFS release (3.0): +* Try out latest shadow suite. If it fails with "nflg undefined" change + this in useradd.c : line 1768: + -if (! (nflg || gflg)) { + +if (!gflg) { + * Make a note that during the first reboot an error from sysklogd is normal due to missing /etc/services|protocols files which are installed when netkit-base is installed later on in chapter 9 |