Diff for /embedaddon/rsync/support/rrsync between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/17 15:09:30 version 1.1.1.2, 2013/10/14 07:51:15
Line 74  our %long_opt = ( Line 74  our %long_opt = (
   'delete-delay' => 0,    'delete-delay' => 0,
   'delete-during' => 0,    'delete-during' => 0,
   'delete-excluded' => 0,    'delete-excluded' => 0,
     'delete-missing-args' => 0,
   'existing' => 0,    'existing' => 0,
   'fake-super' => 0,    'fake-super' => 0,
   'files-from' => 3,    'files-from' => 3,
   'force' => 0,    'force' => 0,
   'from0' => 0,    'from0' => 0,
   'fuzzy' => 0,    'fuzzy' => 0,
     'groupmap' => 1,
   'iconv' => 1,    'iconv' => 1,
   'ignore-errors' => 0,    'ignore-errors' => 0,
   'ignore-existing' => 0,    'ignore-existing' => 0,
     'ignore-missing-args' => 0,
   'inplace' => 0,    'inplace' => 0,
   'link-dest' => 2,    'link-dest' => 2,
   'list-only' => 0,    'list-only' => 0,
Line 114  our %long_opt = ( Line 117  our %long_opt = (
   'temp-dir' => 2,    'temp-dir' => 2,
   'timeout' => 1,    'timeout' => 1,
   'use-qsort' => 0,    'use-qsort' => 0,
     'usermap' => 1,
 );  );
   
 ### END of options data produced by the cull_options script. ###  ### END of options data produced by the cull_options script. ###

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>