]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 28 Feb 2003 21:46:49 +0000 (21:46 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 28 Feb 2003 21:46:49 +0000 (21:46 +0000)
ChangeLog

index 3fdefa68af198f48d81aa2d47b09f9451cb51f72..b5825993d71b97fc5a07c8f4560e77ce41b9265e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,17 @@
 2003-02-28  Jim Meyering  <jim@meyering.net>
 
+       * Version 4.5.9.
+
+       * src/copy.c (copy_internal): When link fails because of an
+       existing destination file, unlink that file and try again.
+       Reported by Iida Yosiaki.
+
        * tests/mv/Makefile.am (TESTS): Add hard-2.
        * tests/mv/hard-2: New test for the above-fixed bug.
        Based on a test case from Iida Yosiaki.
 
 2003-02-26  Jim Meyering  <jim@meyering.net>
 
-       * Version 4.5.9.
-
        * tests/du/basic: Don't test du's -b option here.  Directory byte
        counts are smaller (512 rather than 4096) on at least OSF/1 5.1
        and IBM AIX 4.2.  Reported by Nelson Beebe.