CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/02/17 03:14:12

Modified files:
        bin/chmod      : chmod.c 

Log message:
In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOW
flag to fts_open led to the following behavior: the symlink's permissions
were read, changed according to the command line, and transferred to the
target file.  chflags had a similar problem while chmod was unaffected.
Regression introduced in r1.33.  Reported by Christopher Wellons, thanks!

ok guenther

Reply via email to