]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
chgrp now supports --preserve-root, --no-preserve-root
authorJim Meyering <jim@meyering.net>
Sat, 27 May 2006 15:01:36 +0000 (15:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 May 2006 15:01:36 +0000 (15:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4876a20690e3262fbda9c26a09ac73c5a203d0e1..833956dcea1cd6ca8814f8b5422ef1e0e08ec470 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -104,6 +104,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
+  chgrp now supports --preserve-root, --no-preserve-root (default),
+  just as chmod, chown, and rm do.
+
   New dd iflag= and oflag= flags:
 
     'directory' causes dd to fail unless the file is a directory, on