pkgsrc/security/cyrus-sasl2/INSTALL
chris ce6ee05b60 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.
2002-10-27 15:08:59 +00:00

12 lines
268 B
Text

# $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