Disable -s by default.
authorWayne Davison <wayned@samba.org>
Sun, 16 Sep 2007 02:42:55 +0000 (02:42 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 16 Sep 2007 02:42:55 +0000 (02:42 +0000)
support/cull_options
support/rrsync

index 914177e..ab16238 100755 (executable)
@@ -44,7 +44,7 @@ print <<EOT;
 # and only in the option format that the stock rsync produces.
 
 # To disable a short-named option, add its letter to this string:
-our \$short_disabled = '';
+our \$short_disabled = 's';
 
 our \$short_no_arg = '$short_no_arg'; # DO NOT REMOVE ANY
 our \$short_with_num = '$short_with_num'; # DO NOT REMOVE ANY
index da6e553..6a2e5b0 100644 (file)
@@ -48,7 +48,7 @@ die "$0 -ro: sending to read-only server not allowed\n" if $ro && !$am_sender;
 # and only in the option format that the stock rsync produces.
 
 # To disable a short-named option, add its letter to this string:
-our $short_disabled = '';
+our $short_disabled = 's';
 
 our $short_no_arg = 'ACDEHIKLORSWXbcdgklmnoprtuvxz'; # DO NOT REMOVE ANY
 our $short_with_num = 'B'; # DO NOT REMOVE ANY