pkgsrc/mail/clamsmtp/patches/patch-ab
ghen 3f9ccf5ce6 Adjust the default clamd socket location to match the real default used by
pkgsrc/mail/clamav (/tmp/clamd).  Bump PKGREVISION.  Ok with xtraeme.
2006-04-08 21:56:55 +00:00

13 lines
478 B
Text

$NetBSD: patch-ab,v 1.1 2006/04/08 21:56:56 ghen Exp $
--- src/clamsmtpd.c.orig 2006-04-06 16:44:13.000000000 +0200
+++ src/clamsmtpd.c
@@ -100,7 +100,7 @@ clctx_t;
#endif
#define DEFAULT_CONFIG CONF_PREFIX "/clamsmtpd.conf"
-#define DEFAULT_CLAMAV "/var/run/clamav/clamd"
+#define DEFAULT_CLAMAV "/tmp/clamd"
#define DEFAULT_HEADER "X-Virus-Scanned: ClamAV using ClamSMTP"
/* -----------------------------------------------------------------------