disable kqueue for the file system notification method. as has been noted

on the dovecot list, there is a bug in this code which causes processes to
stay around after a client has disconnected.
This commit is contained in:
brad 2006-07-16 19:01:12 +00:00
parent cb7a5defb6
commit dd31725e75

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.47 2006/07/16 02:43:08 brad Exp $
# $OpenBSD: Makefile,v 1.48 2006/07/16 19:01:12 brad Exp $
COMMENT= "compact IMAP/POP3 server"
DISTNAME= dovecot-1.0.rc2
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/
@ -43,7 +44,6 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+=--localstatedir=/var \
--with-notify=kqueue \
--with-ssl=openssl \
--with-ssldir=/etc/ssl \
--without-pam \