diff options
author | wes <wes@FreeBSD.org> | 2005-06-13 12:50:10 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2005-06-13 12:50:10 +0800 |
commit | 2964d132fbf4a045a6433b1f8fdb3b3369a3ce75 (patch) | |
tree | a34a4cffa82b7a954659388f4c93186e19cfc611 /mail | |
parent | e45a79f6ef3c4aa9398412b440a82cc6309e6d6a (diff) | |
download | freebsd-ports-gnome-2964d132fbf4a045a6433b1f8fdb3b3369a3ce75.tar.gz freebsd-ports-gnome-2964d132fbf4a045a6433b1f8fdb3b3369a3ce75.tar.zst freebsd-ports-gnome-2964d132fbf4a045a6433b1f8fdb3b3369a3ce75.zip |
Use the FreeBSD ports location of the ClamAV socket as the default.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mimedefang/files/patch-mimedefang-filter.5.in | 11 | ||||
-rw-r--r-- | mail/mimedefang/files/patch-mimedefang.pl.in | 11 |
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; |