diff options
author | erh <erh@pkgsrc.org> | 2010-06-13 23:01:50 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2010-06-13 23:01:50 +0000 |
commit | ea8a1ab416d5bebdf091cc6ec4fe8ef114f64275 (patch) | |
tree | 4ae1fa1d7f60cf6678bdc07247ac33e171bd5896 /mail/dovecot | |
parent | 92e0cb52cb783546e352182244f761180817e141 (diff) | |
download | pkgsrc-ea8a1ab416d5bebdf091cc6ec4fe8ef114f64275.tar.gz |
Doveget becomes unhappy and exits if the time jumps after it starts, so make
it start after ntpdate runs.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rwxr-xr-x | mail/dovecot/files/dovecot.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 36b5219b7db..50fc421b187 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.146 2010/05/03 19:19:00 ghen Exp $ +# $NetBSD: Makefile,v 1.147 2010/06/13 23:01:50 erh Exp $ DOVECOT_VERSION= 1.2 DOVECOT_SUBVERSION= .11 -PKGREVISION= 2 +PKGREVISION= 3 SIEVE_VERSION= 0.1.16 MANAGESIEVE_VERSION= 0.11.11 DISTNAME= dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION} diff --git a/mail/dovecot/files/dovecot.sh b/mail/dovecot/files/dovecot.sh index d7b046807c3..111f1df6bd0 100755 --- a/mail/dovecot/files/dovecot.sh +++ b/mail/dovecot/files/dovecot.sh @@ -1,10 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: dovecot.sh,v 1.5 2010/05/03 19:19:01 ghen Exp $ +# $NetBSD: dovecot.sh,v 1.6 2010/06/13 23:01:50 erh Exp $ # # PROVIDE: dovecot -# REQUIRE: DAEMON LOGIN +# REQUIRE: DAEMON LOGIN ntpdate . /etc/rc.subr |