[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Nov 24 08:55:14 MST 2011


The branch, master has been updated
       via  60ef397 Mention that %a and %h are daemon-only escapes.
      from  89e049a Another asprintf() return-value-check tweak.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 60ef39705797c9df7069297eb4ed5feab5e88f29
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Nov 24 07:55:11 2011 -0800

    Mention that %a and %h are daemon-only escapes.

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

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


Changeset truncated at 500 lines:

diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index 240c63a..29bb12f 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -634,14 +634,14 @@ rsyncstats.)
 The single-character escapes that are understood are as follows:
 
 quote(itemization(
-  it() %a the remote IP address
+  it() %a the remote IP address (only available for a daemon)
   it() %b the number of bytes actually transferred
   it() %B the permission bits of the file (e.g. rwxrwxrwt)
   it() %c the total size of the block checksums received for the basis file (only when sending)
   it() %C the full-file MD5 checksum if bf(--checksum) is enabled or a file was transferred (only for protocol 30 or above).
   it() %f the filename (long form on sender; no trailing "/")
   it() %G the gid of the file (decimal) or "DEFAULT"
-  it() %h the remote host name
+  it() %h the remote host name (only available for a daemon)
   it() %i an itemized list of what is being updated
   it() %l the length of the file in bytes
   it() %L the string " -> SYMLINK", " => HARDLINK", or "" (where bf(SYMLINK) or bf(HARDLINK) is a filename)


-- 
The rsync repository.


More information about the rsync-cvs mailing list