mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Make things a bit more pretty:
. Provide links to startup scripts in etc/rc.d (PR) . Provide some text on what to do post-install (PR) . Provide WWW: linke PR: 34157 Submitted by: n_hibma
This commit is contained in:
parent
53704a2b4e
commit
228671316f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56485
@ -112,5 +112,13 @@ post-install:
|
||||
.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-imap-imapd.sh.sample
|
||||
@ln -s ${PREFIX}/libexec/courier-imap/pop3d.rc ${PREFIX}/etc/rc.d/courier-imap-pop3d.sh.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>
|
||||
|
@ -14,4 +14,6 @@ Features:
|
||||
* Extremely small footprint.
|
||||
* Abstract authentication modules.
|
||||
* Virtual mailbox support.
|
||||
* Now with a pop3 daemon.
|
||||
* Pop3 daemon.
|
||||
|
||||
WWW: http://www.inter7.com/courierimap/
|
||||
|
@ -12,6 +12,8 @@ etc/courier-imap/pop3d-ssl.dist
|
||||
etc/courier-imap/pop3d.cnf.dist
|
||||
etc/courier-imap/pop3d.dist
|
||||
etc/courier-imap/quotawarnmsg.example
|
||||
etc/rc.d/courier-imap-imapd.sh.sample
|
||||
etc/rc.d/courier-imap-pop3d.sh.sample
|
||||
libexec/courier-imap/authlib/authdaemon
|
||||
libexec/courier-imap/authlib/authdaemond
|
||||
%%MYSQLFLAG%%libexec/courier-imap/authlib/authdaemond.mysql
|
||||
|
Loading…
Reference in New Issue
Block a user