Diff for /embedaddon/rsync/packaging/cull_options 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, 2016/11/01 09:54:32
Line 6  use strict; Line 6  use strict;
   
 our %short_no_arg;  our %short_no_arg;
 our %short_with_num;  our %short_with_num;
our %long_opt = (our %long_opt = ( # These include some extra long-args that BackupPC uses:
     'block-size' => 1,
     'daemon' => -1,      'daemon' => -1,
       'debug' => 1,
     'fake-super' => 0,      'fake-super' => 0,
       'fuzzy' => 0,
       'group' => 0,
       'hard-links' => 0,
       'ignore-times' => 0,
       'info' => 1,
       'links' => 0,
     'log-file' => 3,      'log-file' => 3,
       'one-file-system' => 0,
       'owner' => 0,
       'perms' => 0,
       'recursive' => 0,
       'times' => 0,
 );  );
 our $last_long_opt;  our $last_long_opt;
   

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


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