*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 27 Aug 2003 13:37:38 +0000 (13:37 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 27 Aug 2003 13:37:38 +0000 (13:37 +0000)
TODO

diff --git a/TODO b/TODO
index 1df18a32789e02b9c25e91ee5f5f889be319d848..7f3203d34c0f06dc95390fffc7391549a2cdb941 100644 (file)
--- a/TODO
+++ b/TODO
@@ -127,3 +127,9 @@ doc/coreutils.texi:
   Suggestion from Dan Jacobson.
   The sentence or two describing the common case must appear just once,
   and then it must be made to appear in the 70+ places where it's needed.
+
+du: rewrite to use something other than nftw to perform directory traversal.
+  Due to design limitations of nftw, ...
+    using -D makes du dereference each command
+    line argument that is a symlink to a directory.
+    A symlink to non-directory is not dereferenced.