pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-ldap Fix a typo: use ldap.conf (not pam.c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed738ebfeb07
branches:  trunk
changeset: 478107:ed738ebfeb07
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Jul 17 01:24:45 2004 +0000

description:
Fix a typo: use ldap.conf (not pam.conf) as the default LDAP config file.
Pointed out by Dick Davies < rasputnik at hellooperator dot net >.

diffstat:

 security/pam-ldap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 40e3d75e4e8b -r ed738ebfeb07 security/pam-ldap/Makefile
--- a/security/pam-ldap/Makefile        Sat Jul 17 01:18:22 2004 +0000
+++ b/security/pam-ldap/Makefile        Sat Jul 17 01:24:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/05/09 06:48:40 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/17 01:24:45 rh Exp $
 #
 
 DISTNAME=      pam_ldap-150
@@ -15,7 +15,7 @@
 USE_BUILDLINK3=        YES
 CONFIGURE_ARGS+=       --with-ldap-lib=openldap
 CONFIGURE_ARGS+=       --with-ldap-dir=${BUILDLINK_PREFIX.openldap}
-CONFIGURE_ARGS+=       --with-ldap-conf-file=${BUILDLINK_PREFIX.pam}/etc/pam/pam.conf
+CONFIGURE_ARGS+=       --with-ldap-conf-file=${BUILDLINK_PREFIX.pam}/etc/pam/ldap.conf
 CONFIGURE_ARGS+=       --sysconfdir=${BUILDLINK_PREFIX.pam}/etc/pam
 INSTALL_TARGET=        install install-data
 



Home | Main Index | Thread Index | Old Index