From owner-freebsd-ports Tue Jan 22 1:20:18 2002 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 39D5D37B405 for ; Tue, 22 Jan 2002 01:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0M9K1M87209; Tue, 22 Jan 2002 01:20:01 -0800 (PST) (envelope-from gnats) Received: from uitsmijter.van-laarhoven.org (ap-z-5ab8.adsl.wanadoo.nl [212.129.218.184]) by hub.freebsd.org (Postfix) with SMTP id 1C88237B405 for ; Tue, 22 Jan 2002 01:17:26 -0800 (PST) Received: (qmail 28255 invoked by uid 0); 22 Jan 2002 09:17:23 -0000 Message-Id: <20020122091723.28254.qmail@uitsmijter.van-laarhoven.org> Date: 22 Jan 2002 09:17:23 -0000 From: Nick@van-laarhoven.org, Hibma@van-laarhoven.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34157: [PATCH] Improvement to courier-imap port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34157 >Category: ports >Synopsis: [PATCH] Improvement to courier-imap port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 22 01:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: FreeBSD 4.5-RC i386 >Organization: >Environment: System: FreeBSD uitsmijter.van-laarhoven.org 4.5-RC FreeBSD 4.5-RC #3: Sun Jan 20 14:23:00 GMT 2002 root@uitsmijter.van-laarhoven.org:/usr/src/sys/compile/UITSMIJTER i386 courier-imap port for Courier Imap v1.3.12 >Description: The patch below adds the link from /usr/local/etc/rc.d/ to the imapd.rc file. Plus it adds some text on what to do next. A reference as to where to find the documentation might be useful as well. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/courier-imap/Makefile,v retrieving revision 1.25 diff -w -u -r1.25 Makefile --- Makefile 16 Nov 2001 09:22:36 -0000 1.25 +++ Makefile 22 Jan 2002 09:13:41 -0000 @@ -112,5 +112,12 @@ .for a in ${EXTRA_DOCS} @${INSTALL_DATA} ${WRKSRC}/${a} ${PREFIX}/share/doc/courier-imap/ .endfor + @ln -s ${PREFIX}/libexec/courier-imap/imapd.rc ${PREFIX}/etc/rc.d/courier-imapd.rc.sample + @echo "" + @echo "You will have to run ${PREFIX}/share/courier-imap/mkimapdcert to create" + @echo "a self-signed certificate if you want to use imapd-ssl." + @echo "And you will have to copy and edit the *.dist files to * in" + @echo "${PREFIX}/etc/courier-imap ." + @echo "" .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message