From: Wayne Davison Date: Tue, 1 Mar 2005 19:17:27 +0000 (+0000) Subject: Explicitly mention that "del." does include the trailing period. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d3e553b4bd763c2161ecb4d7c9f7d1c8f7dac045 Explicitly mention that "del." does include the trailing period. --- diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index d4c185a7..988ecc28 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -384,6 +384,7 @@ quote(itemize( it() %l for the length of the file in bytes it() %p for the process ID of this rsync session it() %o for the operation, which is "send", "recv", or "del." + (the latter includes the trailing period) it() %f for the filename (long form on sender; no trailing "/") it() %n for the filename (short form; trailing "/" on dir) it() %L either the string " -> SYMLINK" or "" if not a symlink