[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages <[email protected]> Mon, 24 Feb 2014 20:30:34 +0100 (CET)
Newsgroups gmane.network.rsync.cvs
Message-ID <[email protected]>
The branch, master has been updated
       via  3fe686b Explicitly mention that dirs aren't affected by --update.
      from  7836117 Include a systemd file that some distros might want.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3fe686b577132243d90e0d807b0f592ddfee7dc2
Author: Wayne Davison <[email protected]>
Date:   Mon Feb 24 11:30:07 2014 -0800

    Explicitly mention that dirs aren't affected by --update.

-----------------------------------------------------------------------

Summary of changes:
 rsync.yo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/rsync.yo b/rsync.yo
index 154b58b..6295110 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -789,7 +789,7 @@ the destination and have a modified time that is newer than the source
 file.  (If an existing destination file has a modification time equal to the
 source file's, it will be updated if the sizes are different.)
 
-Note that this does not affect the copying of symlinks or other special
+Note that this does not affect the copying of dirs, symlinks, or other special
 files.  Also, a difference of file format between the sender and receiver
 is always considered to be important enough for an update, no matter what
 date is on the objects.  In other words, if the source has a directory


-- 
The rsync repository.