diff options
author | tron <tron> | 2003-07-30 08:05:13 +0000 |
---|---|---|
committer | tron <tron> | 2003-07-30 08:05:13 +0000 |
commit | 659cd0baf88f8cefbe81e161ecc99dfc127a1898 (patch) | |
tree | ade1265e8c0217166d1bff7396b1c0569784e461 | |
parent | 2bab56520e6b9c84ab6e3ea3c597f6778657602a (diff) | |
download | pkgsrc-659cd0baf88f8cefbe81e161ecc99dfc127a1898.tar.gz |
Add a comment that people are supposed to test this package on a system
without Kerberos enabled before updating it.
-rw-r--r-- | mail/imap-uw/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 6efe3bdb2f9..82981d93ae3 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2003/07/28 14:38:05 adam Exp $ +# $NetBSD: Makefile,v 1.64 2003/07/30 08:05:13 tron Exp $ + +# ATTENTION: +# The Kerberos support in this software is known to be problematic. If you +# upgrade this package you *must* test it on a system *without* Kerberos +# enabled before committing the changes. DISTNAME= imap-2002d PKGNAME= imap-uw-2002.4 |