From: Paul Eggert Date: Mon, 2 Jan 2006 07:28:08 +0000 (+0000) Subject: Document that mkfifo and mknod -m no longer set special bits. X-Git-Tag: v6.0~1000 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70efb5ac20b17bbf7efe5289423606aeaa1552ac;p=thirdparty%2Fcoreutils.git Document that mkfifo and mknod -m no longer set special bits. --- diff --git a/NEWS b/NEWS index 4a1d4139b7..ed2ff9643e 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,9 @@ GNU coreutils NEWS -*- outline -*- if your locale settings appear to be messed up. This change attempts to have the default be the best of both worlds. + mkfifo and mknod no longer set special mode bits (setuid, setgid, + and sticky) with the -m option. + sort now reports incompatible options (e.g., -i and -n) rather than silently ignoring one of them.