summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/qpsmtpd/files/qpsmtpd-0.40-clamd_conf.patch')
-rw-r--r--mail-mta/qpsmtpd/files/qpsmtpd-0.40-clamd_conf.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail-mta/qpsmtpd/files/qpsmtpd-0.40-clamd_conf.patch b/mail-mta/qpsmtpd/files/qpsmtpd-0.40-clamd_conf.patch
new file mode 100644
index 0000000..b1e0f80
--- /dev/null
+++ b/mail-mta/qpsmtpd/files/qpsmtpd-0.40-clamd_conf.patch
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.40/plugins/virus/clamav mezzanine_patched_qpsmtpd-0.40/plugins/virus/clamav
+--- qpsmtpd-0.40/plugins/virus/clamav 2007-06-14 11:57:23.000000000 -0600
++++ mezzanine_patched_qpsmtpd-0.40/plugins/virus/clamav 2007-06-15 13:37:26.000000000 -0600
+@@ -148,7 +148,7 @@
+ $self->{_max_size} ||= 512 * 1024;
+ $self->{_spool_dir} ||= $self->spool_dir();
+ $self->{_back_compat} ||= ''; # make sure something is set
+- $self->{_clamd_conf} ||= '/etc/clamd/conf'; # make sure something is set
++ $self->{_clamd_conf} ||= '/etc/clamd.conf'; # make sure something is set
+
+ unless ($self->{_spool_dir}) {
+ $self->log(LOGERROR, "No spool dir configuration found");