]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Dec 1997 16:23:06 +0000 (16:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Dec 1997 16:23:06 +0000 (16:23 +0000)
old/fileutils/ChangeLog

index 407df5f6044a21f683a009120880631b0808eae9..ae6db9fff382f63bfff8f06d6b8fd84424170669 100644 (file)
@@ -1,3 +1,10 @@
+1997-12-13  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * src/mv.c (do_move): If rename fails for any reason (not just when
+       errno == EXDEV), then revert to trying copy-then-unlink.  This is
+       necessary to allow moving files within certain types of Linux NFS
+       mounted filesystems.  Reported by Marty Leisner.
+
 1997-12-11  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/ln.c (do_link): Don't require --force when target exists and