]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- patch datadir location
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Aug 2007 16:54:41 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-config.patch -> 1.1

dokuwiki-config.patch [new file with mode: 0644]

diff --git a/dokuwiki-config.patch b/dokuwiki-config.patch
new file mode 100644 (file)
index 0000000..fa4592f
--- /dev/null
@@ -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',
+ );
This page took 0.057157 seconds and 4 git commands to generate.