diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-03 07:55:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-03 07:55:14 +0000 |
commit | 5e9ae632a42a6c6723c571cf73c072e1460c4418 (patch) | |
tree | 2899805f79bd3f747a6cd101106e53a0e0daf3a9 | |
parent | 2afb270a283274459980f7fe496aa6430a3152a4 (diff) | |
download | coreutils-5e9ae632a42a6c6723c571cf73c072e1460c4418.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2003-03-02 Jim Meyering <jim@meyering.net> +2003-03-03 Jim Meyering <jim@meyering.net> * 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 <jim@meyering.net> + * 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. |