From: Jim Meyering Date: Sat, 13 Dec 1997 16:23:06 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16g~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=587a9df786faa9bdc5e8451935c79b5907dd1d55;p=thirdparty%2Fcoreutils.git . --- 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