[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Fri Oct 4 15:14:21 MDT 2013


The branch, master has been updated
       via  64dff88 Don't forget about --debug and --info for rrsync.
      from  637ebad A few more new options that rsync 3.1.0 can pass.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 64dff88db9d73886000053e76b1e4fe372399105
Author: Wayne Davison <wayned at samba.org>
Date:   Fri Oct 4 14:10:44 2013 -0700

    Don't forget about --debug and --info for rrsync.

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

Summary of changes:
 packaging/cull_options |    2 ++
 support/rrsync         |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/cull_options b/packaging/cull_options
index add2b98..44b48d1 100755
--- a/packaging/cull_options
+++ b/packaging/cull_options
@@ -8,7 +8,9 @@ our %short_no_arg;
 our %short_with_num;
 our %long_opt = (
     'daemon' => -1,
+    'debug' => 1,
     'fake-super' => 0,
+    'info' => 1,
     'log-file' => 3,
 );
 our $last_long_opt;
diff --git a/support/rrsync b/support/rrsync
index 9163f1a..5886033 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -67,6 +67,7 @@ our %long_opt = (
   'copy-dest' => 2,
   'copy-unsafe-links' => 0,
   'daemon' => -1,
+  'debug' => 1,
   'delay-updates' => 0,
   'delete' => 0,
   'delete-after' => 0,
@@ -86,6 +87,7 @@ our %long_opt = (
   'ignore-errors' => 0,
   'ignore-existing' => 0,
   'ignore-missing-args' => 0,
+  'info' => 1,
   'inplace' => 0,
   'link-dest' => 2,
   'list-only' => 0,


-- 
The rsync repository.


More information about the rsync-cvs mailing list