]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 3 Mar 2002 22:29:36 +0000 (22:29 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Mar 2002 22:29:36 +0000 (22:29 +0000)
old/fileutils/NEWS

index c2a9289095ad5677f180c0820d863b36a2a45d73..0ebd33d70d478da6bada65b5bb1b8358b33a184b 100644 (file)
@@ -1,6 +1,7 @@
 [4.1.6]
-* cp -r once again preserves symlinks (reverting the change in 4.1.5),
-    but now it warns that relying on that behavior is not portable
+* New cp option: --copy-contents.
+* cp -r is now equivalent to cp -R.  Use cp -R -L --copy-contents to get the
+  traditional (and rarely desirable) cp -r behavior.
 * ls now accepts --time-style=+FORMAT, where +FORMAT works like date's format
 * The obsolete usage `touch [-acm] MMDDhhmm[YY] FILE...' is no longer
   supported on systems conforming to POSIX 1003.1-2001.  Use touch -t instead.