From bdc02315c888e2ac1221c5821213a32f2e542013 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Mon, 11 Jun 2001 20:11:29 +0000 Subject: Fix patches to use etc instead of etc/pam_ldap Bump PORTREVISION --- security/pam_ldap/files/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/pam_ldap/files/patch-ab') diff --git a/security/pam_ldap/files/patch-ab b/security/pam_ldap/files/patch-ab index efef94926927..c5f4f7a8eabd 100644 --- a/security/pam_ldap/files/patch-ab +++ b/security/pam_ldap/files/patch-ab @@ -1,11 +1,11 @@ ---- pam_ldap.c.orig Sat May 26 16:06:17 2001 -+++ pam_ldap.c Sat May 26 16:07:05 2001 -@@ -551,7 +551,7 @@ +--- pam_ldap.c.orig Mon Jun 11 11:44:49 2001 ++++ pam_ldap.c Mon Jun 11 11:45:07 2001 +@@ -557,7 +557,7 @@ /* configuration file location is configurable; default /etc/ldap.conf */ if (configFile == NULL) - configFile = "/etc/ldap.conf"; -+ configFile = "/usr/local/etc/pam_ldap/ldap.conf"; ++ configFile = LDAP_CONF_FILE; fp = fopen (configFile, "r"); -- cgit v1.2.3