From 587a9df786faa9bdc5e8451935c79b5907dd1d55 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Dec 1997 16:23:06 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 407df5f604..ae6db9fff3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1997-12-13 Jim Meyering + + * 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 * src/ln.c (do_link): Don't require --force when target exists and -- 2.47.2