diff options
author | tv <tv@pkgsrc.org> | 2004-08-03 11:28:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-03 11:28:37 +0000 |
commit | 953844416eddc5e32a33037a94590191f1c2e1af (patch) | |
tree | 5e15b6865eccf4256feae7bd265f7ddf00810bb4 /mail | |
parent | bcb0c9faaf20c97977c23aa782c4b1efd8869ae7 (diff) | |
download | pkgsrc-953844416eddc5e32a33037a94590191f1c2e1af.tar.gz |
Put clamd BEFORE: local as well, so that clamav-milter can be kicked off
from rc.local (since it doesn't have a rc.d script -- yet?).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/clamav/Makefile | 3 | ||||
-rw-r--r-- | mail/clamav/files/clamd.sh | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile index 716c30cfb44..402b18ca1cb 100644 --- a/mail/clamav/Makefile +++ b/mail/clamav/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2004/08/03 06:56:10 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/08/03 11:28:37 tv Exp $ DISTNAME= clamav-${CLAMAV_VERSION} PKGNAME= clamav-${CLAMAV_VERSION:S/-/./} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh index c9127f63057..b3add01a04a 100644 --- a/mail/clamav/files/clamd.sh +++ b/mail/clamav/files/clamd.sh @@ -1,12 +1,12 @@ #!/bin/sh # -# $NetBSD: clamd.sh,v 1.4 2004/08/01 04:58:21 jlam Exp $ +# $NetBSD: clamd.sh,v 1.5 2004/08/03 11:28:37 tv Exp $ # # clamd does anti-virus checking. # # PROVIDE: clamd # REQUIRE: LOGIN -# BEFORE: mail +# BEFORE: mail local # KEYWORD: shutdown if [ -f /etc/rc.subr ]; then |