aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-07 20:52:39 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-07 20:52:39 +0000
commitf43b17b6a87c7eb30e2465d47027a9dd9ad2b7a6 (patch)
tree6535775af21837df26bcd1ff97101caeccf50ee0 /TODO
parenta630bdb91b5829b47ede43178108f5cd635212a8 (diff)
Added "try out new shadow suite and apply possible patch" TODO
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@262 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6241eb583..87c872316 100644
--- a/TODO
+++ b/TODO
@@ -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