diff options
author | chris <chris@pkgsrc.org> | 2002-10-27 15:08:59 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-10-27 15:08:59 +0000 |
commit | ce6ee05b6022be3d98dafaab7307fc3aa5f0e8be (patch) | |
tree | 3843fdc6b627f0763070f618f6fcaa7039ccdf3c /security/cyrus-sasl2/INSTALL | |
parent | 7d38a52534b9b0f86f13126dd76b5070f3d0b75e (diff) | |
download | pkgsrc-ce6ee05b6022be3d98dafaab7307fc3aa5f0e8be.tar.gz |
Initial import of cyrus-sasl 2.1.9.
This is the latest release of cyrus-sasl. It is needed for the 2.1.x
versions of cyrus-imapd.
SASL is a method for adding authentication support to connection-based
protocols. To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection
of subsequent protocol interactions. If its use is negotiated, a security
layer is inserted between the protocol and the connection.
Diffstat (limited to 'security/cyrus-sasl2/INSTALL')
-rw-r--r-- | security/cyrus-sasl2/INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/INSTALL b/security/cyrus-sasl2/INSTALL new file mode 100644 index 00000000000..77d710d3885 --- /dev/null +++ b/security/cyrus-sasl2/INSTALL @@ -0,0 +1,12 @@ +# $NetBSD: INSTALL,v 1.1.1.1 2002/10/27 15:08:59 chris Exp $ + +case ${STAGE} in +POST-INSTALL) + # + # Create the default search location for SASL authentication + # mechanism libraries. + # + ${RM} -f /usr/lib/sasl2 + ${LN} -s ${PKG_PREFIX}/lib/sasl2 /usr/lib/sasl2 + ;; +esac |