summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-02 17:37:50 +0000
committerJim Meyering <jim@meyering.net>2002-03-02 17:37:50 +0000
commit256f19b8db23c20e3bd5e93340353b71511becc8 (patch)
tree22afee5571e984fc3cbf61236dfaef171b351661 /old/fileutils
parente4dfd95e1ff00b6a7f83e29e242948bade4ecc37 (diff)
downloadcoreutils-256f19b8db23c20e3bd5e93340353b71511becc8.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 57b213704..e015eef17 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,7 +2,16 @@
* Version 4.1.6.
- * src/cp.c (main): Fail if -r is specified after --archive (-a)
+ * src/copy.c (copy_internal): For each symlink copied by cp -r,
+ issue a warning that `cp -r' is not portable.
+
+ * src/cp.c (main): Revert change of 2001-12-29. With this change,
+ cp -r once again preserves symlinks.
+ (usage): Document the original (now-restored) behavior.
+ * tests/cp/r-vs-symlink: Reflect changed semantics of cp's -r option.
+
+ * src/cp.c (main): Warn when -r is specified before --archive (-a).
+ * src/cp.c (main): Fail when -r is specified after --archive (-a)
on the command line.
* src/copy.c (copy_reg): Detect abuse of a race condition