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.
This commit is contained in:
parent
832d92c8eb
commit
29e4cdd255
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue