Mention the output change for a mount-dir when -x is used.
authorWayne Davison <wayned@samba.org>
Sun, 22 May 2005 20:53:18 +0000 (20:53 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 22 May 2005 20:53:18 +0000 (20:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index debed38..21b2783 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,8 @@ Changes since 2.6.4:
 
     - When deleting files with the --one-file-system (-x) option set, rsync
       no longer tries to remove files from inside a mount-point on the
-      receiving side.
+      receiving side.  Also, we don't complain about being unable to remove
+      the mount-point dir.
 
     - Fixed a compatibility problem when using --cvs-ignore (-C) and
       sending files to an older rsync without using --delete.