summaryrefslogtreecommitdiff
path: root/mail/clamsmtp
diff options
context:
space:
mode:
authormartti <martti>2007-06-04 12:55:48 +0000
committermartti <martti>2007-06-04 12:55:48 +0000
commit511fd5e5da2f084d38b3f6f8fc9aecf6bc58ea0f (patch)
tree7bbeb769b7ba6094e32c3a48369d1af43e67b72a /mail/clamsmtp
parent4370e41b8a0ef38ab0fc09c8e7b2b6336f423b38 (diff)
downloadpkgsrc-511fd5e5da2f084d38b3f6f8fc9aecf6bc58ea0f.tar.gz
Fix name of configuration file (pkg/36433).
PKGREVISION++
Diffstat (limited to 'mail/clamsmtp')
-rw-r--r--mail/clamsmtp/Makefile4
-rw-r--r--mail/clamsmtp/files/clamsmtpd.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile
index 7a0f248f057..a9b027e34d6 100644
--- a/mail/clamsmtp/Makefile
+++ b/mail/clamsmtp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2007/05/30 06:07:08 martti Exp $
+# $NetBSD: Makefile,v 1.31 2007/06/04 12:55:48 martti Exp $
DISTNAME= clamsmtp-1.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/
diff --git a/mail/clamsmtp/files/clamsmtpd.sh b/mail/clamsmtp/files/clamsmtpd.sh
index 9d46ee2edfb..804a690dbfc 100644
--- a/mail/clamsmtp/files/clamsmtpd.sh
+++ b/mail/clamsmtp/files/clamsmtpd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: clamsmtpd.sh,v 1.6 2007/05/30 06:07:08 martti Exp $
+# $NetBSD: clamsmtpd.sh,v 1.7 2007/06/04 12:55:48 martti Exp $
#
# PROVIDE: clamsmtpd
# REQUIRE: LOGIN clamd
@@ -30,7 +30,7 @@ pidfile="@VARBASE@/run/clamsmtpd.pid"
start_precmd="clamsmtpd_prestart"
start_cmd="clamsmtpd_start"
-clamav_conffile="@PKG_SYSCONFDIR@/clamav.conf"
+clamav_conffile="@PKG_SYSCONFDIR@/clamd.conf"
if [ -f "${clamav_conffile}" ]; then
socket=`@AWK@ 'BEGIN {r = "/tmp/clamd"};
/^#/ {next}; /^LocalSocket[ ]/ {r = $2};