]> git.pld-linux.org Git - packages/cowiki.git/commitdiff
- webapps paths
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 31 Jul 2006 17:09:05 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cowiki-webapps.patch -> 1.1

cowiki-webapps.patch [new file with mode: 0644]

diff --git a/cowiki-webapps.patch b/cowiki-webapps.patch
new file mode 100644 (file)
index 0000000..9089323
--- /dev/null
@@ -0,0 +1,24 @@
+--- cowiki-0.4.0-interim-2006-05-08/htdocs/setup/class/task/class.TaskFilePermissionChecker.php~       2005-05-17 01:17:54.000000000 +0300
++++ cowiki-0.4.0-interim-2006-05-08/htdocs/setup/class/task/class.TaskFilePermissionChecker.php        2006-07-31 19:58:12.642301768 +0300
+@@ -151,8 +147,8 @@
+         }
+         if ($this->State->isUpdateSetup()) {
+-            if (!$this->canReadWrite($sIncludes . '/core.conf')) {
+-                $aArr[] = $sIncludes . '/core.conf';
++            if (!$this->canReadWrite('/etc/webapps/cowiki/core.conf')) {
++                $aArr[] = '/etc/webapps/cowiki/core.conf';
+             }
+         }
+--- cowiki-0.4.0-interim-2006-05-08/htdocs/setup/class/task/class.TaskFinish.php~      2005-09-12 23:26:50.000000000 +0300
++++ cowiki-0.4.0-interim-2006-05-08/htdocs/setup/class/task/class.TaskFinish.php       2006-07-31 19:59:25.373933577 +0300
+@@ -206,7 +206,7 @@
+         // ---
+         // Store the configuration file.
+-        $sConfigFile = $this->State->getIncludesPath() . '/core.conf';
++        $sConfigFile = '/etc/webapps/cowiki/core.conf';
+         $Conf->store($sConfigFile);
+     }
This page took 0.077803 seconds and 4 git commands to generate.