summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-01 04:58:21 +0000
committerjlam <jlam>2004-08-01 04:58:21 +0000
commit7efb74ca27dfac066603ca429a0b52c213e73d47 (patch)
tree0facb288b36cd551a5011249db14f0c6c834bc26 /mail
parent5ebb93c0cde1e9211e95dff9b09397647c6b7062 (diff)
downloadpkgsrc-7efb74ca27dfac066603ca429a0b52c213e73d47.tar.gz
The keyword block parsed by rcorder can't contain comments.
Diffstat (limited to 'mail')
-rw-r--r--mail/clamav/files/clamd.sh5
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