Parent Directory | Revision Log | Revision Graph
Update to 0.83
1 | --- qpsmtpd-0.40/plugins/virus/clamav.fixClamscanParameterChange 2009-03-28 08:47:34.000000000 +0100 |
2 | +++ qpsmtpd-0.40/plugins/virus/clamav 2009-03-28 08:54:50.000000000 +0100 |
3 | @@ -187,7 +187,7 @@ |
4 | . " --stdout " |
5 | . $self->{_back_compat} |
6 | . " --config-file=" . $self->{_clamd_conf} |
7 | - . " --disable-summary $filename 2>&1"; |
8 | + . " --no-summary $filename 2>&1"; |
9 | $self->log(LOGDEBUG, "Running: $cmd"); |
10 | my $output = `$cmd`; |
11 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |