From owner-freebsd-ports Wed Mar 7 18:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11BDC37B718 for ; Wed, 7 Mar 2001 18:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f282o4q98674; Wed, 7 Mar 2001 18:50:04 -0800 (PST) (envelope-from gnats) Date: Wed, 7 Mar 2001 18:50:04 -0800 (PST) Message-Id: <200103080250.f282o4q98674@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christopher K Davis Subject: Re: ports/25597: Cyrus 2.0.x now "production quality" Reply-To: Christopher K Davis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25597; it has been noted by GNATS. From: Christopher K Davis To: "Scot W. Hetzel" Cc: Subject: Re: ports/25597: Cyrus 2.0.x now "production quality" Date: 07 Mar 2001 21:41:53 -0500 Scot W Hetzel writes: > From: >> Current Cyrus port is 1.6.24, which is the "end of the line" for v1. >> >> Cyrus 2.0.11 was declared "production quality" by the authors on >> 2001-01-31, and 2.0.12 (released 2001-02-19) was announced on >> info-cyrus as "mostly an accumulation of the small patches that have >> been posted to this list". I propose renaming the existing port to >> cyrus1 and having version 2 be the "cyrus" port. >> > The current mail/cyrus port should be repo copied to mail/cyrus-imapd. > As that is a more descript name for the port and follows the naming that > the other *BSD projects use in their ports trees. > mail/cyrus 1.6.24 > mail/cyrus-imapd 2.x Yes, that's a better choice. I've found another small issue in the port as distributed by ume. The imapd.sh.sample file it installs will kill off postfix's master process when shutting down imapd...oops. This doesn't affect sendmail or qmail users, of course. (Sigh, why couldn't they be pfmaster and cymaster?) Patch follows. --- imapd.sh.orig Fri Jan 5 11:17:07 2001 +++ imapd.sh Wed Mar 7 21:32:38 2001 @@ -10,7 +10,7 @@ fi ;; stop) - killall master && echo -n ' imapd' + killall -u cyrus master && echo -n ' imapd' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 -- Christopher Davis * * Put location information in your DNS! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message