From: Jim Meyering Date: Sat, 20 May 2006 19:00:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~376 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6776bb7d3077182e4a227a315d17257edf2d12f5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c6690ecee6..c818a00086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Version 6.0-cvs. + * src/chmod.c (main): Use FTS_PHYSICAL here, too. + * src/du.c (main): Rename local, s/symlink_deref_bit/symlink_deref_bits/ and arrange for -D to set fts' FTS_PHYSICAL bit as well as FTS_COMFOLLOW. Spotted by Justin Pryzby.