diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-26 18:28:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-26 23:05:01 +0100 |
commit | a6228c5437e9f07d9f72828436b75e3358443a1c (patch) | |
tree | 2cdc6b5b5fa7ad0499f7fa3b56501c8b56421489 /ChangeLog | |
parent | 77abf69a6070c67d0f4c1722582c3f153b37ba3b (diff) | |
download | coreutils-a6228c5437e9f07d9f72828436b75e3358443a1c.tar.xz |
Work around Darwin9's set-GID-like group ownership inheritance.
This avoids another spurious Mac OS 10.5.1 (Darwin 9.1) test failure.
* tests/cp/preserve-gid: Accept a group ID of 0, as well.
Reported by Elias Pipping.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-01-26 Jim Meyering <meyering@redhat.com> + Work around Darwin9's set-GID-like group ownership inheritance. + This avoids another spurious Mac OS 10.5.1 (Darwin 9.1) test failure. + * tests/cp/preserve-gid: Accept a group ID of 0, as well. + Reported by Elias Pipping. + Emit "info coreutils 'PROG invocation'" into the man page, rather than just "info PROG". The latter would often fail or simply display the man page. |