diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-10-20 13:39:56 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-10-20 13:39:56 +0000 |
commit | c69d8425b55e80120cf16d4e1ef11471a134556f (patch) | |
tree | 585138824f2e104bd074d625385878f4eba3e5a1 | |
parent | c9fa681372b0743b7714ae0beb7f0715d9175a57 (diff) | |
download | pkgsrc-c69d8425b55e80120cf16d4e1ef11471a134556f.tar.gz |
Enable queue runs in Exim SMF Manifest just like it is with rc.d
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/files/smf/manifest.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e412d304c72..19f48d9de50 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.136 2014/10/07 16:47:29 adam Exp $ +# $NetBSD: Makefile,v 1.137 2014/10/20 13:39:56 wiedi Exp $ DISTNAME= exim-4.84 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/ diff --git a/mail/exim/files/smf/manifest.xml b/mail/exim/files/smf/manifest.xml index 6821cf865dd..ead3180fb0c 100644 --- a/mail/exim/files/smf/manifest.xml +++ b/mail/exim/files/smf/manifest.xml @@ -18,7 +18,7 @@ <method_credential user="@EXIM_USER@" group="@EXIM_GROUP@"/> </method_context> - <exec_method type="method" name="start" exec="@PREFIX@/sbin/exim -C %{config_file} -bdf" timeout_seconds="60"/> + <exec_method type="method" name="start" exec="@PREFIX@/sbin/exim -C %{config_file} -bdf -q30m" timeout_seconds="60"/> <exec_method type="method" name="stop" exec=":kill" timeout_seconds="60"/> |