mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
Use the FreeBSD ports location of the ClamAV socket as the default.
This commit is contained in:
parent
df5d3eadf7
commit
20a29e9030
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137387
2 changed files with 22 additions and 0 deletions
11
mail/mimedefang/files/patch-mimedefang-filter.5.in
Normal file
11
mail/mimedefang/files/patch-mimedefang-filter.5.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mimedefang-filter.5.in.orig Sun Jun 12 18:37:53 2005
|
||||
+++ mimedefang-filter.5.in Sun Jun 12 18:38:24 2005
|
||||
@@ -601,7 +601,7 @@
|
||||
routine.
|
||||
|
||||
.TP
|
||||
-.B $ClamdSock \fR(default @SPOOLDIR@/clamd.sock)
|
||||
+.B $ClamdSock \fR(default /var/run/clamav/clamd)
|
||||
Socket used for clamd daemon calls within message_contains_virus_clamd
|
||||
and entity_contains_virus_clamd unless a socket is provided by the calling
|
||||
routine.
|
11
mail/mimedefang/files/patch-mimedefang.pl.in
Normal file
11
mail/mimedefang/files/patch-mimedefang.pl.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mimedefang.pl.in.orig Sun Jun 12 18:36:52 2005
|
||||
+++ mimedefang.pl.in Sun Jun 12 18:37:35 2005
|
||||
@@ -191,7 +191,7 @@
|
||||
$FprotdHost = "127.0.0.1:10200";
|
||||
|
||||
$SophieSock = "@SPOOLDIR@/sophie";
|
||||
-$ClamdSock = "@SPOOLDIR@/clamd.sock";
|
||||
+$ClamdSock = "/var/run/clamav/clamd";
|
||||
$TrophieSock = "@SPOOLDIR@/trophie";
|
||||
|
||||
package MIME::Parser::ParanoidFiler;
|
Loading…
Add table
Reference in a new issue