pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Doveget becomes unhappy and exits if the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/555bff9d656c
branches:  trunk
changeset: 576522:555bff9d656c
user:      erh <erh%pkgsrc.org@localhost>
date:      Sun Jun 13 23:01:50 2010 +0000

description:
Doveget becomes unhappy and exits if the time jumps after it starts, so make
 it start after ntpdate runs.

diffstat:

 mail/dovecot/Makefile         |  4 ++--
 mail/dovecot/files/dovecot.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 0c4ec4284729 -r 555bff9d656c mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Sun Jun 13 22:43:46 2010 +0000
+++ b/mail/dovecot/Makefile     Sun Jun 13 23:01:50 2010 +0000
@@ -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 -r 0c4ec4284729 -r 555bff9d656c mail/dovecot/files/dovecot.sh
--- a/mail/dovecot/files/dovecot.sh     Sun Jun 13 22:43:46 2010 +0000
+++ b/mail/dovecot/files/dovecot.sh     Sun Jun 13 23:01:50 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index