diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-02 19:49:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-02 19:49:20 +0000 |
commit | 00ed53f1245c36e1789d14bbe049d0c45669e0ea (patch) | |
tree | d104f7467fd60fd472007e867e6300f5a6791ff5 /net/openldap12/files/patch-aa | |
parent | Honor CFLAGS. (diff) |
Update to version 1.1.2.
PR: 9241
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15782
Diffstat (limited to 'net/openldap12/files/patch-aa')
-rw-r--r-- | net/openldap12/files/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/openldap12/files/patch-aa b/net/openldap12/files/patch-aa deleted file mode 100644 index 335c36f7f2d6..000000000000 --- a/net/openldap12/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- 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. |