forked from Lainports/freebsd-ports
- update www/libecap to 0.20 [2] - remove option ECAP from www/squid31 and add a note to UPDATING that you need to upgrade to squid32 if you need ECAP PR: ports/173152 [1] PR: ports/173156 [2] Submitted by: Thomas-Martin Seck <tmseck@web.de> Feature safe: yes
12 lines
303 B
Text
12 lines
303 B
Text
--- helpers/basic_auth/LDAP/config.test.orig 2012-10-20 14:39:49.000000000 +0200
|
|
+++ helpers/basic_auth/LDAP/config.test 2012-10-21 20:49:49.000000000 +0200
|
|
@@ -1,8 +1,2 @@
|
|
#!/bin/sh
|
|
-if [ -f /usr/include/ldap.h ]; then
|
|
- exit 0
|
|
-fi
|
|
-if [ -f /usr/include/winldap.h ]; then
|
|
- exit 0
|
|
-fi
|
|
-exit 1
|
|
+exit 0
|