diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-18 13:09:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-18 13:09:51 +0000 |
commit | ab915393983e53e2072a0b80b4cc156e56d8c317 (patch) | |
tree | 7c3bb01906879b7a066d075699919b04712dc9c1 | |
parent | 5e54e08bbf3c884b2a082477f84aa31f936e2ebf (diff) | |
download | coreutils-ab915393983e53e2072a0b80b4cc156e56d8c317.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,10 @@ * Version 5.1.0. + * tests/du/deref-args: Ensure that du -D now dereferences all + symlinks specified on the command line, not just those that + reference directories. + * basename.c, cat.c, chroot.c, cksum.c, comm.c, cp.c, csplit.c, cut.c: * dd.c, df.c, dirname.c, du.c, echo.c, env.c, expr.c, factor.c, head.c: * hostid.c, hostname.c, id.c, link.c, ln.c, logname.c, ls.c, md5sum.c: @@ -17,7 +17,6 @@ GNU coreutils NEWS -*- outline -*- du -D now dereferences all symlinks specified on the command line, not just the ones that reference directories - FIXME: confirm this, and add a test du now accepts -P (--no-dereference), for compatibility with du of NetBSD and for consistency with e.g., chown and chgrp |