Parent Directory
|
Revision Log
Remove gzip --rsyncable option by Vincent de Phily (bug #420813). (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
| 1 | --- a/scripts/Dpkg/Compression.pm |
| 2 | +++ b/scripts/Dpkg/Compression.pm |
| 3 | @@ -52,7 +52,7 @@ |
| 4 | my $COMP = { |
| 5 | "gzip" => { |
| 6 | "file_ext" => "gz", |
| 7 | - "comp_prog" => [ "gzip", "--no-name", "--rsyncable" ], |
| 8 | + "comp_prog" => [ "gzip", "--no-name"], |
| 9 | "decomp_prog" => [ "gunzip" ], |
| 10 | "default_level" => 9, |
| 11 | }, |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |