Use the FreeBSD ports location of the ClamAV socket as the default.

This commit is contained in:
Wes Peters 2005-06-13 04:50:10 +00:00
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

View 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.

View 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;