From: Jim Meyering Date: Tue, 11 Mar 2003 22:54:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95ca880e12abe0ad71a4e0b362da1bedef286f2e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 1714f64d1a..712cf7b7e9 100644 --- a/TODO +++ b/TODO @@ -27,3 +27,10 @@ in the hash table. Apply suggestion from Paul Jarc to use something along the lines of http://cr.yp.to/daemontools/setuidgid.html to avoid kludges (as in tests/rm/fail-2eperm) when running tests as root. + +See if we can be consistent about where --verbose sends its output: + These all send --verbose output to stdout: + head, tail, rm, cp, mv, ln, chmod, chown, chgrp, install, ln + These send it to stderr: + shred mkdir split + readlink is different