SOURCES: phpldapadmin-common.patch (NEW), phpldapadmin-index.patch...

mwinkler mwinkler at pld-linux.org
Wed Apr 5 23:00:26 CEST 2006


Author: mwinkler                     Date: Wed Apr  5 21:00:26 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patches for release 0.9.8.2 

---- Files affected:
SOURCES:
   phpldapadmin-common.patch (NONE -> 1.1)  (NEW), phpldapadmin-index.patch (NONE -> 1.1)  (NEW), phpldapadmin-lib-functions.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/phpldapadmin-common.patch
diff -u /dev/null SOURCES/phpldapadmin-common.patch:1.1
--- /dev/null	Wed Apr  5 23:00:26 2006
+++ SOURCES/phpldapadmin-common.patch	Wed Apr  5 23:00:21 2006
@@ -0,0 +1,9 @@
+--- phpldapadmin-0.9.8.2-orig/htdocs/common.php	2005-10-17 20:35:52.000000000 +0000
++++ phpldapadmin-0.9.8.2/htdocs/common.php	2006-04-05 20:54:57.482423750 +0000
+@@ -1,5 +1,5 @@
+ <?php
+ # This is a temporary file
+- at define('LIBDIR',sprintf('%s/',realpath('../lib/')));
++ at define('LIBDIR',sprintf('%s/',realpath('lib/')));
+ require LIBDIR.'common.php';
+ ?>

================================================================
Index: SOURCES/phpldapadmin-index.patch
diff -u /dev/null SOURCES/phpldapadmin-index.patch:1.1
--- /dev/null	Wed Apr  5 23:00:26 2006
+++ SOURCES/phpldapadmin-index.patch	Wed Apr  5 23:00:21 2006
@@ -0,0 +1,13 @@
+diff -ur phpldapadmin-0.9.8.2-orig/htdocs/index.php phpldapadmin-0.9.8.2/htdocs/index.php
+--- phpldapadmin-0.9.8.2-orig/htdocs/index.php	2006-03-08 22:49:27.000000000 +0000
++++ phpldapadmin-0.9.8.2/htdocs/index.php	2006-04-05 20:24:11.795075500 +0000
+@@ -18,7 +18,7 @@
+  * We will perform some sanity checking here, since this file is normally loaded first when users
+  * first setup PLA.
+  */
+-define('LIBDIR','../lib/');
++define('LIBDIR','lib/');
+ ini_set('display_errors',1);
+ error_reporting(E_ALL);
+ 
+Only in phpldapadmin-0.9.8.2/htdocs: index.php~

================================================================
Index: SOURCES/phpldapadmin-lib-functions.patch
diff -u /dev/null SOURCES/phpldapadmin-lib-functions.patch:1.1
--- /dev/null	Wed Apr  5 23:00:26 2006
+++ SOURCES/phpldapadmin-lib-functions.patch	Wed Apr  5 23:00:21 2006
@@ -0,0 +1,11 @@
+--- phpldapadmin-0.9.8.2-orig/lib/functions.php	2006-03-13 23:13:43.000000000 +0000
++++ phpldapadmin-0.9.8.2/lib/functions.php	2006-04-05 20:42:22.367232000 +0000
+@@ -7,7 +7,7 @@
+  * @package phpLDAPadmin
+  */
+ 
+-define('HTDOCDIR',sprintf('%s/',realpath(LIBDIR.'../htdocs/')));
++define('HTDOCDIR',sprintf('%s/',realpath(LIBDIR.'')));
+ define('LANGDIR',sprintf('%s/',realpath(LIBDIR.'../locale/')));
+ define('CONFDIR',sprintf('%s/',realpath(LIBDIR.'../config')));
+ define('TMPLDIR',sprintf('%s/',realpath(LIBDIR.'../templates/')));
================================================================


More information about the pld-cvs-commit mailing list