From ae09fb1f9139fedd02680cceb953b4c96f52d468 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 3 Jan 2005 22:49:14 +0000 Subject: [PATCH] Improved the last addition. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e5372b6f..8dfd62e2 100644 --- a/NEWS +++ b/NEWS @@ -29,8 +29,9 @@ Changes since 2.6.3: - The "ignore nonreadable" daemon parameter no longer affects symlinks that are being copied, even if they point nowhere. - - If the OS does not have lchown(), we no longer try to set the user - & group of a symlink (which would either fail or set the referent). + - If the OS does not have lchown() and its chown() tries to set the + referent of a symlink (as it should), we no longer try to set the + user and group of a symlink. ENHANCEMENTS: -- 2.34.1