diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-12 14:04:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-12 14:04:20 +0000 |
commit | a7f53c72b34a7f5f4365a116da8d270db70394d0 (patch) | |
tree | 2ef3dbb8be1b72bec0dd5c56f261256525553ad2 /old/fileutils | |
parent | f6234990b228fc2bd141c5540b06b114aae549b6 (diff) | |
download | coreutils-a7f53c72b34a7f5f4365a116da8d270db70394d0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 46eb1d664..789cfed47 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -93,6 +93,8 @@ do this. Now, you must use `cp --remove-destination' to get this behavior. Now, `cp -f' and `mv -f' work as required by POSIX. [unlink_dest_after_failed_open]: Add member. + Paul Eggert reported that `cp -f' removes an existing destination + file unconditionally, and that is contrary to POSIX. * src/copy.c (same_file_ok): New function, extracted from copy_internal, and rewritten. |