]> git.pld-linux.org Git - packages/amavis-ng.git/commitdiff
- fix mks options; add mks to config
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Thu, 15 Jul 2004 14:36:34 +0000 (14:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis-ng-mks.patch -> 1.1

amavis-ng-mks.patch [new file with mode: 0644]

diff --git a/amavis-ng-mks.patch b/amavis-ng-mks.patch
new file mode 100644 (file)
index 0000000..996dc17
--- /dev/null
@@ -0,0 +1,28 @@
+diff -Nur old/AMAVIS/AV/MKS.pm new/AMAVIS/AV/MKS.pm
+--- old/AMAVIS/AV/MKS.pm       2002-07-02 12:59:21.000000000 +0000
++++ new/AMAVIS/AV/MKS.pm       2004-07-15 14:28:45.000000000 +0000
+@@ -47,9 +47,8 @@
+   writelog($args,LOG_DEBUG,"Scanning with MKS");
+   writelog($args,LOG_DEBUG,
+-         "Output from $cfg_mks_binary -a -c $$args{directory}/parts");
++         "Output from $cfg_mks_binary -c $$args{directory}/parts");
+   my $output_handle = cmd_pipe($args, $cfg_mks_binary, 
+-                             '-a',
+                              '-c',
+                              "$$args{directory}/parts");
+   while(<$output_handle>) {
+diff -Nur old/etc/amavis.conf new/etc/amavis.conf
+--- old/etc/amavis.conf        2003-04-08 14:09:56.000000000 +0000
++++ new/etc/amavis.conf        2004-07-15 14:27:42.000000000 +0000
+@@ -316,6 +316,10 @@
+ ; socket = localhost:8127
++[MKS]
++
++; mks = /usr/bin/mks32
++
+ [NOD32]
+ ; nod32 = /usr/bin/nod32
This page took 0.087951 seconds and 4 git commands to generate.