From owner-cvs-all@FreeBSD.ORG Thu Apr 24 15:38:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2319106566C; Thu, 24 Apr 2008 15:38:26 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 93C6E8FC12; Thu, 24 Apr 2008 15:38:26 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3OFcQ50080125; Thu, 24 Apr 2008 15:38:26 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3OFcPPS080124; Thu, 24 Apr 2008 15:38:25 GMT (envelope-from ume) Message-Id: <200804241538.m3OFcPPS080124@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 24 Apr 2008 15:38:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/cyrus-imapd23/files imapd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 15:38:26 -0000 ume 2008-04-24 15:38:24 UTC FreeBSD ports repository Modified files: mail/cyrus-imapd23/files imapd.conf Log: Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set, this will need to be set to skiplist else messages such as the following will result: "Fatal error: cyrusdb backend berkeley-nosync not supported" This patch just makes it a bit easier to find. PR: ports/122995 Submitted by: scf Revision Changes Path 1.14 +7 -1 ports/mail/cyrus-imapd23/files/imapd.conf