diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-16 17:27:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-16 17:27:04 +0000 |
commit | 197f7d766efbc683bb72729b35579b883437d6d3 (patch) | |
tree | 688d1b629ac5d09166a0f5d16d35ba08754e7e2d /NEWS | |
parent | e06a5a5cc77a462087ca68aea9b538651f502ec5 (diff) | |
download | coreutils-197f7d766efbc683bb72729b35579b883437d6d3.tar.xz |
mention cp -p vs. no-/proc fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cp -p would fail in a /proc-less chroot, on some systems + When `cp -RL' encounters the same directory more than once in the hierarchy beneath a single command-line argument, it no longer confuses them with hard-linked directories. |