diff options
author | tv <tv@pkgsrc.org> | 2004-08-03 11:29:57 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-03 11:29:57 +0000 |
commit | 832d92c8ebce606ee6185649f7a92319bc0ee1d0 (patch) | |
tree | c893dec817964a889ebe23d5fb5f32a366e93675 /mail/clamav | |
parent | 953844416eddc5e32a33037a94590191f1c2e1af (diff) | |
download | pkgsrc-832d92c8ebce606ee6185649f7a92319bc0ee1d0.tar.gz |
...and clamd does not actually require LOGIN.
Diffstat (limited to 'mail/clamav')
-rw-r--r-- | mail/clamav/files/clamd.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh index b3add01a04a..a14721c2f0e 100644 --- a/mail/clamav/files/clamd.sh +++ b/mail/clamav/files/clamd.sh @@ -1,11 +1,10 @@ #!/bin/sh # -# $NetBSD: clamd.sh,v 1.5 2004/08/03 11:28:37 tv Exp $ +# $NetBSD: clamd.sh,v 1.6 2004/08/03 11:29:57 tv Exp $ # # clamd does anti-virus checking. # # PROVIDE: clamd -# REQUIRE: LOGIN # BEFORE: mail local # KEYWORD: shutdown |