diff options
author | Andrew Church <achurch@achurch.org> | 2007-03-03 23:00:18 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-03 23:00:18 +0100 |
commit | 2871ad3b45ed1b1f44be57fd453cf9a50a4c5af7 (patch) | |
tree | e96f3a0493c5c82691063e8ad8855fa56b06fd52 /ChangeLog | |
parent | f0537a71f1e414ceb7ecaa7f872b73b401209082 (diff) | |
download | coreutils-2871ad3b45ed1b1f44be57fd453cf9a50a4c5af7.tar.xz |
Fix a bug: cp -x would fail to set mount point permissions.
* NEWS: mention cp -x bug fix
* src/copy.c (copy_internal): Don't return immediately after
copying a mount point that we do not intend to recurse under.
Based on a patch by Andrew Church.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-03-03 Andrew Church <achurch@achurch.org> (tiny change) + Paul Eggert <eggert@cs.ucla.edu> + + Fix a bug: cp -x would fail to set mount point permissions. + * NEWS: mention cp -x bug fix + * src/copy.c (copy_internal): Don't return immediately after + copying a mount point that we do not intend to recurse under. + Based on a patch by Andrew Church. + 2007-03-03 Jim Meyering <jim@meyering.net> pwd-unreadable-parent: Skip test on ia64/Linux, too. |