summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-11-25 10:21:58 +0000
committerabs <abs@pkgsrc.org>2003-11-25 10:21:58 +0000
commit652b7a6f4f9d050e8a7229b71be1d0886180c9b2 (patch)
tree8784412a37c48459b499dd7a16619fc60e08d6f4 /mail
parent5f74d15bfa6d6a2cb297564e77f36e33e4a79b23 (diff)
downloadpkgsrc-652b7a6f4f9d050e8a7229b71be1d0886180c9b2.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"