diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-16 13:41:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-16 13:41:40 +0000 |
commit | 71411370e70497e46d9374465485532e4c9896e7 (patch) | |
tree | 5e40b8adb291684298c66af2db55c7ce51b46881 /old/fileutils/NEWS | |
parent | eb24d1f55c28c8d8d290a0ae60c696f20385fdc3 (diff) | |
download | coreutils-71411370e70497e46d9374465485532e4c9896e7.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index b37c6f479..6b17fca70 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,8 +1,8 @@ Changes in release 4.01: [4.0.34] * fix a bug (introduced in 4.0z) that made `chown 123:456 file' act like - `chown 123:123 file'. Other uses with a numeric group ID would make - chown improperly fail. + `chown 123:123 file'. Other uses with a numeric group ID would cause + chown to fail when it shouldn't have. * the chown and chgrp programs preserve set-uid and set-gid bits, even on systems for which the chown function call resets those bits. * `ls -L dangling-symlink' now fails (per POSIX) rather than printing the |