From a2eab2c12656b68e1699a661181c2064a393a82e Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 3 Aug 2004 11:28:37 +0000 Subject: 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?). --- mail/clamav/Makefile | 3 ++- mail/clamav/files/clamd.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mail') 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 -- cgit v1.2.3