summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-08-03 11:57:32 +0000
committertv <tv@pkgsrc.org>2004-08-03 11:57:32 +0000
commit29397d027cd173dac6c154eb868d7f0d12056c3a (patch)
tree675789e13b65f202357db8d6140ad74ad25121c0 /mail
parent9001e79d5b729fe40b955311045d238cd45dee1c (diff)
downloadpkgsrc-29397d027cd173dac6c154eb868d7f0d12056c3a.tar.gz
Ah, I see what that REQUIRE: LOGIN was meaning to do -- in case of a
nonlocal TCP socket in the config, clamd needs full networking support. So, rather, this should be REQUIRE: DAEMON like other generic daemons.
Diffstat (limited to 'mail')
-rw-r--r--mail/clamav/files/clamd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh
index a14721c2f0e..69d7eb3a48c 100644
--- a/mail/clamav/files/clamd.sh
+++ b/mail/clamav/files/clamd.sh
@@ -1,10 +1,11 @@
#!/bin/sh
#
-# $NetBSD: clamd.sh,v 1.6 2004/08/03 11:29:57 tv Exp $
+# $NetBSD: clamd.sh,v 1.7 2004/08/03 11:57:32 tv Exp $
#
# clamd does anti-virus checking.
#
# PROVIDE: clamd
+# REQUIRE: DAEMON
# BEFORE: mail local
# KEYWORD: shutdown