summaryrefslogtreecommitdiff
path: root/mail/clamav
diff options
context:
space:
mode:
authorrecht <recht>2004-10-30 12:09:12 +0000
committerrecht <recht>2004-10-30 12:09:12 +0000
commitc322fc1d8b6875fbeb82492112e0f63ea64d19ef (patch)
tree9353f2ac66294bb94c59ec544935654a60a7441a /mail/clamav
parentea0de858ab93ac06e3ea488cee50974b71f93322 (diff)
downloadpkgsrc-c322fc1d8b6875fbeb82492112e0f63ea64d19ef.tar.gz
The name of the configuration file has changed to clamd.conf recently, so
change the rc.d script to look for that one. Fix suggested by Mirko Thiesen in PR pkg/27618 Bump PKGREVISION
Diffstat (limited to 'mail/clamav')
-rw-r--r--mail/clamav/Makefile4
-rw-r--r--mail/clamav/files/clamd.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index c1308c746e7..9450707a22b 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/10/30 10:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.31 2004/10/30 12:09:12 recht Exp $
DISTNAME= clamav-${CLAMAV_VERSION}
PKGNAME= clamav-${CLAMAV_VERSION:S/-/./}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/}
diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh
index 69d7eb3a48c..bc96fdd8530 100644
--- a/mail/clamav/files/clamd.sh
+++ b/mail/clamav/files/clamd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: clamd.sh,v 1.7 2004/08/03 11:57:32 tv Exp $
+# $NetBSD: clamd.sh,v 1.8 2004/10/30 12:09:12 recht Exp $
#
# clamd does anti-virus checking.
#
@@ -17,7 +17,7 @@ name="clamd"
rcvar=$name
command="@PREFIX@/sbin/${name}"
scan_command="@PREFIX@/bin/clamdscan"
-required_files="@PKG_SYSCONFDIR@/clamav.conf"
+required_files="@PKG_SYSCONFDIR@/clamd.conf"
start_precmd="clamd_precmd"
stop_cmd="clamd_stopcmd"