diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-01 14:42:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-01 14:42:45 +0000 |
commit | 7ba3e328c6eda2b3f6b721a9cec4b6f0b1bc7eae (patch) | |
tree | 0dcd5d17474582f502fc2f3a00be0a276f995416 | |
parent | c7edb664e6c3fd15737c493f7a368d7da9943887 (diff) | |
download | coreutils-7ba3e328c6eda2b3f6b721a9cec4b6f0b1bc7eae.tar.xz |
.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Version 5.3.0. + When chown or chgrp is modifying the referent of a symlink, + use the chown(2) function, if possible. + * src/chown-core.c (change_file_owner): Don't hard-code the + open/fchown/close kludge here. Use `chown' instead. + The chown function works just fine on conforming systems. + Other systems now go through the new chown wrapper that + resorts to the old kludge. + * src/chown-core.c (change_file_owner): Add a comment. 2004-04-27 Jim Meyering <jim@meyering.net> |