diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-19 20:02:07 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-19 20:02:07 +0000 |
commit | c25bd1c9ce29d452b11fd6f0885deb31f994df95 (patch) | |
tree | 823ac6ed7ddd21c92661b5757f98d52411caaf94 | |
parent | 6bf086b8209430747feadbc678deb795b21a1ed4 (diff) | |
download | coreutils-c25bd1c9ce29d452b11fd6f0885deb31f994df95.tar.xz |
"chown : file", "chown '' file", and "chgrp '' file" now
succeed without changing the uid and gid, like FreeBSD.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ GNU coreutils NEWS -*- outline -*- incorrect, as it failed to update the last-changed time and reset special permission bits, as POSIX requires. + "chown : file", "chown '' file", and "chgrp '' file" now succeed + without changing the uid or gid, instead of reporting an error. + Do not report an error if the owner or group of a recursively-encountered symbolic link cannot be updated because the file system does not support it. |