diff options
Diffstat (limited to 'www-apps/openca/files/openca-0.9.2_noldap.patch')
-rwxr-xr-x | www-apps/openca/files/openca-0.9.2_noldap.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www-apps/openca/files/openca-0.9.2_noldap.patch b/www-apps/openca/files/openca-0.9.2_noldap.patch deleted file mode 100755 index 0065730..0000000 --- a/www-apps/openca/files/openca-0.9.2_noldap.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- src/common/lib/functions/initServer 2005-01-19 14:33:20.780398440 +0100 -+++ src/common/lib/functions/initServer 2005-01-19 14:33:51.348751344 +0100 -@@ -80,8 +80,8 @@ - setPerformancePoint ("rbac-utils loaded"); - require "$common_libs/mail-utils.lib"; - setPerformancePoint ("mail-utils loaded"); --require "$common_libs/ldap-utils.lib"; --setPerformancePoint ("ldap-utils loaded"); -+#require "$common_libs/ldap-utils.lib"; -+#setPerformancePoint ("ldap-utils loaded"); - require "$common_libs/export-import.lib"; - setPerformancePoint ("export-import loaded"); - -@@ -119,8 +119,8 @@ - initAccessControl(); - $ui_html = $debug_ui_html; - --require "$common_libs/initLDAP"; --setPerformancePoint ("ldap ready"); -+#require "$common_libs/initLDAP"; -+#setPerformancePoint ("ldap ready"); - - ## 5. load version and init debugging - |