pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/clamav/files Ah, I see what that REQUIRE: LOGIN w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a0060a54736
branches:  trunk
changeset: 479005:5a0060a54736
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Aug 03 11:57:32 2004 +0000

description:
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:

 mail/clamav/files/clamd.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3f4138a7254e -r 5a0060a54736 mail/clamav/files/clamd.sh
--- a/mail/clamav/files/clamd.sh        Tue Aug 03 11:29:57 2004 +0000
+++ b/mail/clamav/files/clamd.sh        Tue Aug 03 11:57:32 2004 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index