diff options
author | martti <martti@pkgsrc.org> | 2007-06-04 12:55:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-06-04 12:55:48 +0000 |
commit | 2b7a00fa8b4b36a795e2b923c8d6561bc8cb7059 (patch) | |
tree | 7bbeb769b7ba6094e32c3a48369d1af43e67b72a /mail/clamsmtp/files | |
parent | 53f996c85881b80f7ead09e356c4f75a2dd5754a (diff) | |
download | pkgsrc-2b7a00fa8b4b36a795e2b923c8d6561bc8cb7059.tar.gz |
Fix name of configuration file (pkg/36433).
PKGREVISION++
Diffstat (limited to 'mail/clamsmtp/files')
-rw-r--r-- | mail/clamsmtp/files/clamsmtpd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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}; |