pkgsrc/security/pam-ldap/INSTALL
tron fc0968fdc2 Create necessary symbolic link "/usr/lib/security" during installation
and remove it during deinstallation. This matches the behaviour of the
"nss_pam" package and makes configuring NetBSD as an LDAP client easier.

Bump package revision because of this fix.
2014-05-29 19:59:39 +00:00

7 lines
170 B
Text

# $NetBSD: INSTALL,v 1.1 2014/05/29 19:59:39 tron Exp $
case ${STAGE} in
POST-INSTALL)
ln -sf ${PREFIX}/lib/security/pam_ldap.so /usr/lib/security/pam_ldap.so
;;
esac