SOURCES: dokuwiki-paths.patch - update

glen glen at pld-linux.org
Fri Nov 9 17:55:27 CET 2007


Author: glen                         Date: Fri Nov  9 16:55:27 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update

---- Files affected:
SOURCES:
   dokuwiki-paths.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/dokuwiki-paths.patch
diff -u SOURCES/dokuwiki-paths.patch:1.1 SOURCES/dokuwiki-paths.patch:1.2
--- SOURCES/dokuwiki-paths.patch:1.1	Sun Aug 19 18:37:27 2007
+++ SOURCES/dokuwiki-paths.patch	Fri Nov  9 17:55:22 2007
@@ -35,3 +35,14 @@
      );
  
      $ok = true;
+--- dokuwiki/inc/init.php~	2007-06-26 21:27:15.000000000 +0300
++++ dokuwiki/inc/init.php	2007-08-19 19:37:26.734809055 +0300
+@@ -14,7 +14,7 @@
+   if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
+ 
+   // define config path (packagers may want to change this to /etc/dokuwiki/)
+-  if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
++  if(!defined('DOKU_CONF')) define('DOKU_CONF','/etc/webapps/dokuwiki/');
+ 
+   // check for error reporting override or set error reporting to sane values
+   if (!defined('DOKU_E_LEVEL') && @file_exists(DOKU_CONF.'report_e_all')) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dokuwiki-paths.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list