summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorabs <abs>2003-11-25 10:21:58 +0000
committerabs <abs>2003-11-25 10:21:58 +0000
commitdf459ba1f727a39b588a7bb19040dc53f5e54cb5 (patch)
tree8784412a37c48459b499dd7a16619fc60e08d6f4 /mail
parentf8b08948bdf942c83e12a1730c2dc2729bb26f0a (diff)
downloadpkgsrc-df459ba1f727a39b588a7bb19040dc53f5e54cb5.tar.gz
Update exim to 4.22nb3 and exim-exiscan to 4.22-12nb1. Default exim_flags to "-bd -q30m", so setting exim=YES in rc.conf works
Diffstat (limited to 'mail')
-rw-r--r--mail/exim-exiscan/Makefile3
-rw-r--r--mail/exim/Makefile4
-rw-r--r--mail/exim/files/exim.sh3
3 files changed, 6 insertions, 4 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile
index b0046f768cd..be1e8e3829c 100644
--- a/mail/exim-exiscan/Makefile
+++ b/mail/exim-exiscan/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/10/17 08:54:58 abs Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/25 10:21:58 abs Exp $
DISTNAME= exim-${EXIM_VERSION}
+PKGREVISION= 1
PKGNAME= exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION}
CATEGORIES= mail net
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 10e1b2a0102..7d77a477bde 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.42 2003/11/25 10:21:58 abs Exp $
DISTNAME= exim-${EXIM_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail net
MAINTAINER= ad@NetBSD.org
diff --git a/mail/exim/files/exim.sh b/mail/exim/files/exim.sh
index 37688426630..b88bcc13886 100644
--- a/mail/exim/files/exim.sh
+++ b/mail/exim/files/exim.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: exim.sh,v 1.5 2003/09/02 10:33:40 abs Exp $
+# $NetBSD: exim.sh,v 1.6 2003/11/25 10:21:58 abs Exp $
#
# PROVIDE: mail
# REQUIRE: LOGIN
@@ -8,6 +8,7 @@
. /etc/rc.subr
name="exim"
+exim_flags=${exim_flags-"-bd -q30m"}
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"