packages: eventum/eventum-paths.patch - fix config location

glen glen at pld-linux.org
Tue Oct 13 10:51:43 CEST 2009


Author: glen                         Date: Tue Oct 13 08:51:43 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix config location

---- Files affected:
packages/eventum:
   eventum-paths.patch (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: packages/eventum/eventum-paths.patch
diff -u packages/eventum/eventum-paths.patch:1.46 packages/eventum/eventum-paths.patch:1.47
--- packages/eventum/eventum-paths.patch:1.46	Mon Oct 12 21:48:56 2009
+++ packages/eventum/eventum-paths.patch	Tue Oct 13 10:51:37 2009
@@ -29,7 +29,7 @@
  // +----------------------------------------------------------------------+
  
 -if (!file_exists(dirname(__FILE__) . '/config/config.php') || !filesize(dirname(__FILE__) . '/config/config.php')) {
-+if (!file_exists('/etc/webapps/eventum/config/config.php') || !filesize('/etc/webapps/eventum/config/config.php')) {
++if (!file_exists('/etc/webapps/eventum/config.php') || !filesize('/etc/webapps/eventum/config.php')) {
      Header('Location: setup/');
      exit(0);
  }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eventum/eventum-paths.patch?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list