aboutsummaryrefslogtreecommitdiffstats
path: root/OLDNEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-06 09:36:57 -0800
committerWayne Davison <wayned@samba.org>2008-03-06 09:37:26 -0800
commit0f7159201546f63e102b5c7200793ca11cc69b5f (patch)
treeaff66f21abd8855e1f3bb295b8a8c6ca0df7f684 /OLDNEWS
parente63d3a29e24f8b4a5046b0caaa6f19dde99c036a (diff)
downloadandroid_external_rsync-0f7159201546f63e102b5c7200793ca11cc69b5f.tar.gz
android_external_rsync-0f7159201546f63e102b5c7200793ca11cc69b5f.tar.bz2
android_external_rsync-0f7159201546f63e102b5c7200793ca11cc69b5f.zip
Made the description of ignored symlink errors more accurate.
Diffstat (limited to 'OLDNEWS')
-rw-r--r--OLDNEWS6
1 files changed, 3 insertions, 3 deletions
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.