diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-09 00:56:02 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-09 00:57:00 +0100 |
commit | de5b055bbf6c77246826f1276c2a5b9c7264b2bf (patch) | |
tree | c01060293b726d419c90875dbb3ff3c65eb7760c /ChangeLog | |
parent | f16499e4d5cc4bd50067a7d8acc295ac5446833f (diff) | |
download | coreutils-de5b055bbf6c77246826f1276c2a5b9c7264b2bf.tar.xz |
"rm" as root would fail to unlink a non-directory on OS X 10.4.x
* src/remove.c (remove_entry) ["can unlink directories"]: Fix a
mistakenly reversed condition.
* NEWS: Mention this bug fix.
Reported by Pieter Bowman.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-12-09 Jim Meyering <meyering@redhat.com> + + "rm" as root would fail to unlink a non-directory on OS X 10.4.x + * src/remove.c (remove_entry) ["can unlink directories"]: Fix a + mistakenly reversed condition. + * NEWS: Mention this bug fix. + Reported by Pieter Bowman. + 2007-12-08 Jim Meyering <meyering@redhat.com> * src/c99-to-c89.diff: Adjust shred.c offsets. |