diff options
author | ghen <ghen@pkgsrc.org> | 2006-04-08 21:56:55 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-04-08 21:56:55 +0000 |
commit | 3f9ccf5ce6bdcaff11c30617cc8475f4e12fe4f9 (patch) | |
tree | 4fbd6c97b9abc1b82758c761b3a5e5680d083894 /mail/clamsmtp/patches/patch-aa | |
parent | fa827d4a1082086ff66f9cbe59ff29c3a74ba5cd (diff) | |
download | pkgsrc-3f9ccf5ce6bdcaff11c30617cc8475f4e12fe4f9.tar.gz |
Adjust the default clamd socket location to match the real default used by
pkgsrc/mail/clamav (/tmp/clamd). Bump PKGREVISION. Ok with xtraeme.
Diffstat (limited to 'mail/clamsmtp/patches/patch-aa')
-rw-r--r-- | mail/clamsmtp/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/clamsmtp/patches/patch-aa b/mail/clamsmtp/patches/patch-aa new file mode 100644 index 00000000000..6fe62f45f04 --- /dev/null +++ b/mail/clamsmtp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/04/08 21:56:56 ghen Exp $ + +--- doc/clamsmtpd.conf.orig 2006-04-06 16:42:26.000000000 +0200 ++++ doc/clamsmtpd.conf +@@ -29,7 +29,7 @@ OutAddress: 10026 + #Listen: 0.0.0.0:10025 + + # The address clamd is listening on +-#ClamAddress: /var/run/clamav/clamd ++#ClamAddress: /tmp/clamd + + # A header to add to all scanned email + #Header: X-Virus-Scanned: ClamAV using ClamSMTP |