From: Wayne Davison Date: Thu, 6 Mar 2008 17:36:57 +0000 (-0800) Subject: Made the description of ignored symlink errors more accurate. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0f7159201546f63e102b5c7200793ca11cc69b5f Made the description of ignored symlink errors more accurate. --- diff --git a/OLDNEWS b/OLDNEWS index f7c74e91..e39f0588 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -228,9 +228,9 @@ Changes since 2.6.9: --link-dest). This lets the user know when they specified a directory that does not exist. - - If we get an error setting the time on a symlink, we don't complain about - it anymore (since some operating systems don't support that, and it's not - that important). + - If we get an ENOSYS error setting the time on a symlink, we don't + complain about it anymore (for those systems that even support the + setting of the modify-time on a symlink). - Protocol 30 now uses MD5 checksums instead of MD4.