Date: 22 Jan 2002 09:17:23 -0000 From: Nick@van-laarhoven.org, Hibma@van-laarhoven.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34157: [PATCH] Improvement to courier-imap port Message-ID: <20020122091723.28254.qmail@uitsmijter.van-laarhoven.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted: 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?20020122091723.28254.qmail>