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 | 652b7a6f4f9d050e8a7229b71be1d0886180c9b2 (patch) | |
tree | 8784412a37c48459b499dd7a16619fc60e08d6f4 /mail/exim | |
parent | 5f74d15bfa6d6a2cb297564e77f36e33e4a79b23 (diff) | |
download | pkgsrc-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/exim')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/files/exim.sh | 3 |
2 files changed, 4 insertions, 3 deletions
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" |