summaryrefslogtreecommitdiff
path: root/mail/dspam-devel/files/dspam-devel.sh.in
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-12 07:25:35 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-12 07:25:35 +0000
commitf0e1aca691bd1a90d5f7f288cc061fb955b5b5d2 (patch)
treede472854e5cb83947413fcc7d751210424939b75 /mail/dspam-devel/files/dspam-devel.sh.in
parent- Install rc.d script with USE_RC_SUBR (PORTREVISION bumped). (diff)
Update to 3.6.2:
BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes BUGFIX: for how token values are calculated, cutting false positives nearly in half plus fixes for LDAP (close LDAP connection after calls, create database even if LDAP fails) Drop local patch files/patch-src_libdspam.c incorporated upstream. Since we could be running clamd on an other server make CLAMAV* options to only enable clam support in dspam and provide an other option CLAMAV_LOCAL to RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS on package instead of clamd.conf in CLAMAV_LOCAL case. Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers. REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined. PR: ports/90265 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail/dspam-devel/files/dspam-devel.sh.in')
-rw-r--r--mail/dspam-devel/files/dspam-devel.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam-devel/files/dspam-devel.sh.in b/mail/dspam-devel/files/dspam-devel.sh.in
index 1695560c4529..a94e95abffac 100644
--- a/mail/dspam-devel/files/dspam-devel.sh.in
+++ b/mail/dspam-devel/files/dspam-devel.sh.in
@@ -1,10 +1,10 @@
#!/bin/sh
# $FreeBSD$
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
-#
+# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.2 2005/12/11 21:57:45 itetcu Exp $
# PROVIDE: dspam
-# REQUIRE: LOGIN NETWORKING SERVERS %%MYSQL%% %%CLAMD%%
+# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
# BEFORE: mail
# KEYWORD: shutdown