]> git.pld-linux.org Git - packages/amavis-ng.git/blob - amavis-ng-mks.patch
- oops, it's 3.7-4 not 3.7.4
[packages/amavis-ng.git] / amavis-ng-mks.patch
1 diff -Nur old/AMAVIS/AV/MKS.pm new/AMAVIS/AV/MKS.pm
2 --- old/AMAVIS/AV/MKS.pm        2002-07-02 12:59:21.000000000 +0000
3 +++ new/AMAVIS/AV/MKS.pm        2004-07-15 14:28:45.000000000 +0000
4 @@ -47,9 +47,8 @@
5  
6    writelog($args,LOG_DEBUG,"Scanning with MKS");
7    writelog($args,LOG_DEBUG,
8 -          "Output from $cfg_mks_binary -a -c $$args{directory}/parts");
9 +          "Output from $cfg_mks_binary -c $$args{directory}/parts");
10    my $output_handle = cmd_pipe($args, $cfg_mks_binary, 
11 -                              '-a',
12                                '-c',
13                                "$$args{directory}/parts");
14    while(<$output_handle>) {
15 diff -Nur old/etc/amavis.conf new/etc/amavis.conf
16 --- old/etc/amavis.conf 2003-04-08 14:09:56.000000000 +0000
17 +++ new/etc/amavis.conf 2004-07-15 14:27:42.000000000 +0000
18 @@ -316,6 +316,10 @@
19  
20  ; socket = localhost:8127
21  
22 +[MKS]
23 +
24 +; mks = /usr/bin/mks32
25 +
26  [NOD32]
27  
28  ; nod32 = /usr/bin/nod32
This page took 0.061777 seconds and 3 git commands to generate.