diff options
Diffstat (limited to 'net/openldap12/files/patch-aa')
-rw-r--r-- | net/openldap12/files/patch-aa | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/net/openldap12/files/patch-aa b/net/openldap12/files/patch-aa index bfa9c66bc95a..335c36f7f2d6 100644 --- a/net/openldap12/files/patch-aa +++ b/net/openldap12/files/patch-aa @@ -1,25 +1,24 @@ -*** Make-common.orig Fri Sep 4 13:28:19 1998 ---- Make-common Mon Sep 21 14:35:10 1998 -*************** -*** 261,270 **** - # LDAP_ACLGROUP=-DACLGROUP - - # uncomment these lines to enable support for CRYPT passwords in LDBM. -! # LDAP_CRYPT=-DLDAP_CRYPT - # LDAP_CRYPT_LIB?= - # and comment this line out -! LDAP_CRYPT_LIB= - - # uncomment these lines to enable support fro tcp_wrappers in servers. - # Requires tcp_wrappers. ---- 261,270 ---- - # LDAP_ACLGROUP=-DACLGROUP - - # uncomment these lines to enable support for CRYPT passwords in LDBM. -! LDAP_CRYPT=-DLDAP_CRYPT - # LDAP_CRYPT_LIB?= - # and comment this line out -! # LDAP_CRYPT_LIB= - - # uncomment these lines to enable support fro tcp_wrappers in servers. - # Requires tcp_wrappers. +--- Make-common.orig Fri Oct 16 18:59:29 1998 ++++ Make-common Fri Oct 16 19:08:04 1998 +@@ -189,7 +189,7 @@ + + # Locations of auxilary programs + # (excepts to below are generally defined in Make-platform) +-LDAP_SENDMAIL?=/usr/lib/sendmail ++LDAP_SENDMAIL?=/usr/sbin/sendmail + LDAP_EDITOR?=/usr/ucb/vi + LDAP_FINGER?=/usr/ucb/finger + +@@ -261,10 +261,10 @@ + # LDAP_ACLGROUP=-DACLGROUP + + # uncomment these lines to enable support for CRYPT passwords in LDBM. +-# LDAP_CRYPT=-DLDAP_CRYPT ++LDAP_CRYPT=-DLDAP_CRYPT + # LDAP_CRYPT_LIB?= + # and comment this line out +-LDAP_CRYPT_LIB= ++# LDAP_CRYPT_LIB= + + # uncomment these lines to enable support fro tcp_wrappers in servers. + # Requires tcp_wrappers. |