summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-17 16:02:47 +0000
committerJim Meyering <jim@meyering.net>2002-03-17 16:02:47 +0000
commit24c61a8949cd68c7e3dc423f32a0c1cc6561329b (patch)
tree794c8ec7d5378611f2ccc1bc54447824f07c211c /old/fileutils
parentb3354081aca2aaa16b878c576a2fd119df2fe0fa (diff)
downloadcoreutils-24c61a8949cd68c7e3dc423f32a0c1cc6561329b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c4175dd65..75721dacd 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,14 @@
-2002-03-16 Jim Meyering <meyering@lucent.com>
+2002-03-17 Jim Meyering <meyering@lucent.com>
* Version 4.1.8.
+ * src/copy.c (copy_internal) [move_mode]: Give a better diagnostic,
+ by using errno from the failed unlink, when a cross-device `mv'
+ fails, e.g., because the destination cannot be unlinked.
+ Prompted by a report from Karl Berry.
+
+2002-03-16 Jim Meyering <meyering@lucent.com>
+
* src/Makefile.am (datadir): Don't define. Automake does it better.
Patch from Albert Chin-A-Young <china@thewrittenword.com>