diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-11 22:54:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-11 22:54:36 +0000 |
commit | 95ca880e12abe0ad71a4e0b362da1bedef286f2e (patch) | |
tree | 67dbdc71bd3a3e79408ca10fd2fb5198fdb910e0 | |
parent | 97002b08a85143a0f63b4fd934c235c9257df98c (diff) | |
download | coreutils-95ca880e12abe0ad71a4e0b362da1bedef286f2e.tar.xz |
*** empty log message ***
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |