From: Jim Meyering Date: Tue, 16 May 2006 17:27:04 +0000 (+0000) Subject: mention cp -p vs. no-/proc fix X-Git-Tag: v6.0~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197f7d766efbc683bb72729b35579b883437d6d3;p=thirdparty%2Fcoreutils.git mention cp -p vs. no-/proc fix --- diff --git a/NEWS b/NEWS index b60b09639a..c7bc5b399e 100644 --- a/NEWS +++ b/NEWS @@ -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.