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/clamav/files | |
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/clamav/files')
-rw-r--r-- | mail/clamav/files/clamd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |