]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 25 Jun 2000 15:50:29 +0000 (15:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Jun 2000 15:50:29 +0000 (15:50 +0000)
old/fileutils/ChangeLog

index c19fca0194f6665a9f966f3cf18c31f438907596..933a8890b13244a960380ab6d96e5cc5ea6e175f 100644 (file)
@@ -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>