summaryrefslogtreecommitdiff
path: root/mail/clamav/files
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
commit29e4cdd2550412aa13e809db11e0f3d2555999ef (patch)
tree675789e13b65f202357db8d6140ad74ad25121c0 /mail/clamav/files
parent832d92c8ebce606ee6185649f7a92319bc0ee1d0 (diff)
downloadpkgsrc-29e4cdd2550412aa13e809db11e0f3d2555999ef.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/files')
-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