summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-27 09:50:08 +0000
committerJim Meyering <jim@meyering.net>2000-08-27 09:50:08 +0000
commit96719d7999f7e820d2130ff22b10f3b756e48ab1 (patch)
tree0a6be900e2e9d595e247d70904503b174c930e00 /old/fileutils/ChangeLog
parent739185ba7427cb9cfd656b3771b69f44cb8de60d (diff)
downloadcoreutils-96719d7999f7e820d2130ff22b10f3b756e48ab1.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e5c86defe..f6f8e353f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,9 +2,9 @@
* src/copy.c (copy_reg): New parameters: X and NEW_DST.
Remove the SPARSE_MODE parameter. Update caller.
- Perform POSIX-mandated (for cp) open-with-O_WRONLY|O_TRUNC when
- the regular destination file exists; upon failure, unlink
- that existing file, then open again, but with O_WRONLY|O_CREAT.
+ Perform POSIX-mandated (for cp) open-with-O_WRONLY|O_TRUNC when copying
+ a regular source file and the destination file exists; upon failure,
+ unlink that existing file, then open again, but with O_WRONLY|O_CREAT.
(copy_internal): `force' in not related to interactive; remove
the conjunct.
Remove the entire `else if (x->force)' block; justifying