diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-01 04:58:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-01 04:58:21 +0000 |
commit | 7d740266b40172f4af1d28c4ae419a020950c352 (patch) | |
tree | 0facb288b36cd551a5011249db14f0c6c834bc26 /mail | |
parent | 23a89fbde759e971c371c8309b38ce5215156e94 (diff) | |
download | pkgsrc-7d740266b40172f4af1d28c4ae419a020950c352.tar.gz |
The keyword block parsed by rcorder can't contain comments.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/clamav/files/clamd.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh index c4c2fa265d8..c9127f63057 100644 --- a/mail/clamav/files/clamd.sh +++ b/mail/clamav/files/clamd.sh @@ -1,16 +1,13 @@ #!/bin/sh # -# $NetBSD: clamd.sh,v 1.3 2004/08/01 04:35:33 jlam Exp $ +# $NetBSD: clamd.sh,v 1.4 2004/08/01 04:58:21 jlam Exp $ # # clamd does anti-virus checking. # -## only for NetBSD # PROVIDE: clamd # REQUIRE: LOGIN -## only because it might be used by mimedefang # BEFORE: mail # KEYWORD: shutdown -## if [ -f /etc/rc.subr ]; then . /etc/rc.subr |