From: Jim Meyering Date: Sat, 27 May 2006 15:01:36 +0000 (+0000) Subject: chgrp now supports --preserve-root, --no-preserve-root X-Git-Tag: v6.0~354 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df91a821358d28bea71624a79104b2f8ae07a36b;p=thirdparty%2Fcoreutils.git chgrp now supports --preserve-root, --no-preserve-root --- diff --git a/NEWS b/NEWS index 4876a20690..833956dcea 100644 --- 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