summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2005-06-13 04:50:10 +0000
committerWes Peters <wes@FreeBSD.org>2005-06-13 04:50:10 +0000
commit20a29e9030effdbcde1ef4c9964d6dfd83a01ab4 (patch)
tree4dbc260147fe3627b6b26464c34b7e058b88d4d3 /mail
parentUpgrade to MIMEdefang 2.52. (diff)
Use the FreeBSD ports location of the ClamAV socket as the default.
Notes
Notes: svn path=/head/; revision=137387
Diffstat (limited to 'mail')
-rw-r--r--mail/mimedefang/files/patch-mimedefang-filter.5.in11
-rw-r--r--mail/mimedefang/files/patch-mimedefang.pl.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/mail/mimedefang/files/patch-mimedefang-filter.5.in b/mail/mimedefang/files/patch-mimedefang-filter.5.in
new file mode 100644
index 000000000000..8a7fb2e5cc44
--- /dev/null
+++ b/mail/mimedefang/files/patch-mimedefang-filter.5.in
@@ -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.
diff --git a/mail/mimedefang/files/patch-mimedefang.pl.in b/mail/mimedefang/files/patch-mimedefang.pl.in
new file mode 100644
index 000000000000..df69d945552d
--- /dev/null
+++ b/mail/mimedefang/files/patch-mimedefang.pl.in
@@ -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;