summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-29 21:05:13 +0000
committerJim Meyering <jim@meyering.net>2000-05-29 21:05:13 +0000
commita4791b30ea2a552cd1efba124ad84f69708998a4 (patch)
treeb60337536698b61312f1e7a3721bf1ed5b917a63 /old/fileutils
parentf06a2374fd72f0211eaf432688b28bf9d537c2be (diff)
downloadcoreutils-a4791b30ea2a552cd1efba124ad84f69708998a4.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a920bdc5c..5e522b511 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,14 @@
2000-05-29 Jim Meyering <meyering@lucent.com>
+ Allow `cp -d -u' to copy one symlink onto another that's identical.
+ * src/copy.c (copy_internal): Change the || to ^ in the big sameness
+ test, so copying one symlink onto another, identical one doesn't fail
+ here.
+ If the symlink call fails, don't report the failure if the destination
+ already exists and is a symlink pointing to the proper name.
* tests/cp/slink-2-slink: New test.
* tests/cp/Makefile.am (TESTS): Add slink-2-slink.
+ * tests/cp/same-file: Adapt to fit new semantics of `cp -d'.
2000-05-25 Jim Meyering <meyering@lucent.com>