diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-13 16:23:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-13 16:23:06 +0000 |
commit | 587a9df786faa9bdc5e8451935c79b5907dd1d55 (patch) | |
tree | 3c869265a2d73ed736758306142af96548deea36 /old | |
parent | 295372322d4e6bcca81f10a015b41a5ecacad671 (diff) | |
download | coreutils-587a9df786faa9bdc5e8451935c79b5907dd1d55.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 407df5f60..ae6db9fff 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 |