diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-14 20:07:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-14 20:07:16 +0000 |
commit | bfa796133dd44bd3b3ca686275f55532413695f9 (patch) | |
tree | 0fe3ca4b104bf7105877e0bd8b0af17007169ca5 /mail/courier-imap/DEINSTALL | |
parent | 02c1ff5849455b68779c836551e77badab653327 (diff) | |
download | pkgsrc-bfa796133dd44bd3b3ca686275f55532413695f9.tar.gz |
Update mail/courier-imap to 3.0.5 (based on the courier-0.45.6
distribution). Changes from version 2.2.1 include:
* Honor ${VARBASE}.
* courierlogger(1) has been moved to mail/courier-auth.
* Use the sysconftool from courier-auth to merge config files.
* The courier* rc.d scripts now check that authdaemond is also set to
"YES" to ensure that authdaemond is running before the courier-imap
daemons are started.
* Support for the ACL IMAP extension (RFC 2086 as well as the 2nd draft
revision of the ACL specification) via shared maildirs.
* Bug fixes and improvements to MIME encoding.
* Fixes buffer overflow vulnerability (PR 25774):
http://www.securityfocus.com/bid/9845
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0224
Diffstat (limited to 'mail/courier-imap/DEINSTALL')
-rw-r--r-- | mail/courier-imap/DEINSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/courier-imap/DEINSTALL b/mail/courier-imap/DEINSTALL index 8a45facdf35..0f07a2aea2b 100644 --- a/mail/courier-imap/DEINSTALL +++ b/mail/courier-imap/DEINSTALL @@ -1,14 +1,14 @@ -# $NetBSD: DEINSTALL,v 1.4 2004/02/22 03:13:07 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.5 2004/07/14 20:07:16 jlam Exp $ # Additional files that are may be created for courier-imap. -ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/imapd.rand" -ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/pop3d.rand" +ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/imapd.rand" +ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/pop3d.rand" ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/imapd.pem" ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/pop3d.pem" case ${STAGE} in POST-DEINSTALL) # Unconditionally remove the SSL cache file. - ${RM} -f /var/couriersslcache + ${RM} -f @VARBASE@/couriersslcache ;; esac |