"chown : file", "chown '' file", and "chgrp '' file" now
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Aug 2004 20:02:07 +0000 (20:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Aug 2004 20:02:07 +0000 (20:02 +0000)
succeed without changing the uid and gid, like FreeBSD.

NEWS

diff --git a/NEWS b/NEWS
index 31f459b..4c4f6ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.