summaryrefslogtreecommitdiff
path: root/mail/clamav
diff options
context:
space:
mode:
authortv <tv>2004-08-03 11:57:32 +0000
committertv <tv>2004-08-03 11:57:32 +0000
commitf747903869c0435303c8df3ada9dca507019dbb1 (patch)
tree675789e13b65f202357db8d6140ad74ad25121c0 /mail/clamav
parentd3ae2fb12aef01ca809f357528deaf854f496ad5 (diff)
downloadpkgsrc-f747903869c0435303c8df3ada9dca507019dbb1.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/clamav')
-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