summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-25 15:50:29 +0000
committerJim Meyering <jim@meyering.net>2000-06-25 15:50:29 +0000
commit18252dc7fccd4b534355d1bad08067951433a235 (patch)
tree8297e4aa5f14a355b85095b17ca4f6228264f066 /old
parent046110aa3f3011cb26b28b849112902d0e445e46 (diff)
downloadcoreutils-18252dc7fccd4b534355d1bad08067951433a235.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c19fca019..933a8890b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,14 @@
2000-06-25 Jim Meyering <meyering@lucent.com>
+ * src/copy.c (copy_internal): Don't return return immediately after a
+ failed copy_dir call -- otherwise, the failure to read a single file
+ in a source directory would cause the containing destination directory
+ not to have owner/perms set properly. I believe this fix is relevant
+ only when copying as `root' when the source is a remote partition where
+ root has insufficient access to read a source file. It would also
+ apply when root gets e.g., I/O errors when copying local files.
+ Reported by Piotr Kwapulinski.
+
* Version 4.0v.
2000-06-18 Jim Meyering <meyering@lucent.com>