diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-28 13:26:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-28 13:26:58 -0700 |
commit | ef44086db0b4bfad563727d81dcf9ecdf38ded81 (patch) | |
tree | bb955a9522aecd83e359ba65138dd07f62ebee49 /NEWS | |
parent | 5911eff83efedce91b856b54ae11d94692c7d71e (diff) | |
download | coreutils-ef44086db0b4bfad563727d81dcf9ecdf38ded81.tar.xz |
chmod: undo previous change
It's not portable; see <http://bugs.gnu.org/11108#17>.
* src/chmod.c, NEWS: Undo previous change.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2,12 +2,6 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] -** Bug fixes - - When recursing, chmod -R no longer gets confused into following a symlink - if some other process simultaneously replaces a non-symlink with a symlink. - The fix is effective on modern hosts with the fchmodat or lchmod syscalls. - [bug introduced in the beginning] * Noteworthy changes in release 8.16 (2012-03-26) [stable] |