diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-11 20:11:29 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-11 20:11:29 +0000 |
commit | bdc02315c888e2ac1221c5821213a32f2e542013 (patch) | |
tree | 89dc6342b840cd633ab05dbac1662c69d630ccce /security/pam_ldap/files/patch-ab | |
parent | Oops, forgot to bump PORTREVISION. (diff) |
Fix patches to use etc instead of etc/pam_ldap
Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=43866
Diffstat (limited to 'security/pam_ldap/files/patch-ab')
-rw-r--r-- | security/pam_ldap/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
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"); |