Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2001 18:50:04 -0800 (PST)
From:      Christopher K Davis <ckd@ckdhr.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25597: Cyrus 2.0.x now "production quality"
Message-ID:  <200103080250.f282o4q98674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25597; it has been noted by GNATS.

From: Christopher K Davis <ckd@ckdhr.com>
To: "Scot W. Hetzel" <hetzels@westbend.net>
Cc: <FreeBSD-gnats-submit@FreeBSD.ORG>
Subject: Re: ports/25597: Cyrus 2.0.x now "production quality"
Date: 07 Mar 2001 21:41:53 -0500

 Scot W Hetzel <hetzels@westbend.net> writes:
 
 > From: <ckd@ckdhr.com>
 >> 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 * <ckd-sig@ckdhr.com> * <URL:http://www.ckdhr.com/ckd/>;
 Put location information in your DNS! <URL:http://www.ckdhr.com/dns-loc/>;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103080250.f282o4q98674>