From: Jim Meyering Date: Mon, 3 Mar 2003 07:55:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.9~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e9ae632a42a6c6723c571cf73c072e1460c4418;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b48c5c2379..2d17540954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2003-03-02 Jim Meyering +2003-03-03 Jim Meyering * Version 4.5.9. + * src/remove.c (remove_cwd_entries) [!ROOT_CAN_UNLINK_DIRS]: Give an + accurate diagnostic when failing to remove a file owned by some other + user. Reported by Ivo Timmermans via Michael Stone. + This fixes Debian bug# 178471. + +2003-03-02 Jim Meyering + * src/copy.c (copy_internal) [un_backup]: When recovering from a failure to create a hard link, do not remove the entry associating the source dev/ino with the destination file name.