diff options
author | recht <recht@pkgsrc.org> | 2004-10-30 12:09:12 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-10-30 12:09:12 +0000 |
commit | fbe09cbc785646e2634d58cee21cbac8fa3b5178 (patch) | |
tree | 9353f2ac66294bb94c59ec544935654a60a7441a /mail/clamav | |
parent | 819e5b8d85327772a0ee1ab93e0356fb2b34e97b (diff) | |
download | pkgsrc-fbe09cbc785646e2634d58cee21cbac8fa3b5178.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/Makefile | 4 | ||||
-rw-r--r-- | mail/clamav/files/clamd.sh | 4 |
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" |