diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-02 07:28:08 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-02 07:28:08 +0000 |
commit | 70efb5ac20b17bbf7efe5289423606aeaa1552ac (patch) | |
tree | 61c90737af8f1b15240090675efd7a1f969e3bda /NEWS | |
parent | bee93bd060a7ed83db8a7f27e82ab35da4c7c01a (diff) | |
download | coreutils-70efb5ac20b17bbf7efe5289423606aeaa1552ac.tar.xz |
Document that mkfifo and mknod -m no longer set special bits.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |