summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortv <tv>2004-08-03 11:28:37 +0000
committertv <tv>2004-08-03 11:28:37 +0000
commita2eab2c12656b68e1699a661181c2064a393a82e (patch)
tree5e15b6865eccf4256feae7bd265f7ddf00810bb4 /mail
parent7af62c5612f0e19d3e3e81a51dc558b9fc5942cc (diff)
downloadpkgsrc-a2eab2c12656b68e1699a661181c2064a393a82e.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/Makefile3
-rw-r--r--mail/clamav/files/clamd.sh4
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