Made the description of ignored symlink errors more accurate.
authorWayne Davison <wayned@samba.org>
Thu, 6 Mar 2008 17:36:57 +0000 (09:36 -0800)
committerWayne Davison <wayned@samba.org>
Thu, 6 Mar 2008 17:37:26 +0000 (09:37 -0800)
OLDNEWS

diff --git a/OLDNEWS b/OLDNEWS
index f7c74e9..e39f058 100644 (file)
--- 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.