SOURCES: dokuwiki-config.patch (NEW) - patch datadir location

glen glen at pld-linux.org
Sun Aug 19 18:54:47 CEST 2007


Author: glen                         Date: Sun Aug 19 16:54:46 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch datadir location

---- Files affected:
SOURCES:
   dokuwiki-config.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dokuwiki-config.patch
diff -u /dev/null SOURCES/dokuwiki-config.patch:1.1
--- /dev/null	Sun Aug 19 18:54:46 2007
+++ SOURCES/dokuwiki-config.patch	Sun Aug 19 18:54:41 2007
@@ -0,0 +1,24 @@
+NOTE:
+you need to update checksum when you modify docuwiki.php
+
+--- docuwiki/conf/dokuwiki.php~	2007-06-26 21:27:15.000000000 +0300
++++ docuwiki/conf/dokuwiki.php	2007-08-19 19:39:43.468686519 +0300
+@@ -18,7 +18,7 @@
+ $conf['lang']        = 'en';              //your language
+ $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
+ $conf['baseurl']     = '';                //URL to server including protocol - blank for autodetect
+-$conf['savedir']     = './data';          //where to store all the files
++$conf['savedir']     = '/var/lib/dokuwiki';          //where to store all the files
+ $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
+ 
+ /* Display Options */
+--- dokuwiki/install.php~	2007-08-19 19:43:02.000000000 +0300
++++ dokuwiki/install.php	2007-08-19 19:43:05.005347572 +0300
+@@ -44,6 +44,7 @@
+     '2006-11-06'   => 'b3a8af76845977c2000d85d6990dd72b',
+     '2007-05-24'   => 'd80f2740c84c4a6a791fd3c7a353536f',
+     '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
++    '2007-06-26-pld'   => 'aa124bdad96ae97f3b8c0643913b9cbf',
+ );
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list