diff options
author | abs <abs@pkgsrc.org> | 2003-11-25 10:21:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-11-25 10:21:58 +0000 |
commit | c1412174a524b0a89ebf4d8b08df715d04e9f609 (patch) | |
tree | 8784412a37c48459b499dd7a16619fc60e08d6f4 /mail | |
parent | f7ea0c52629edd18128145872a37fd5d46e20f05 (diff) | |
download | pkgsrc-c1412174a524b0a89ebf4d8b08df715d04e9f609.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/Makefile | 3 | ||||
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/files/exim.sh | 3 |
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" |