copy: don't fail when unable to chown symlinks
commitf1de9740e663181ef6a303118364545ced043c13
authorPádraig Brady <P@draigBrady.com>
Sat, 3 Jun 2017 04:50:04 +0000 (2 21:50 -0700)
committerPádraig Brady <P@draigBrady.com>
Sat, 3 Jun 2017 04:54:03 +0000 (2 21:54 -0700)
tree5b8726fb7ac0a7a871ec7ce5230bb5d9c5bed681
parent6ebaf8195000d6d3590a2eac13f13b158e325452
copy: don't fail when unable to chown symlinks

* src/copy.c (copy_internal): Honor the x->require_preserve flag
for symlinks as we do for ordinary files, so we don't exit with
failure upon failure to chown a symbolic link.
* NEWS: Mention the bug fix.
NEWS
src/copy.c