]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-paths.patch
up to 3.1.6
[packages/eventum.git] / eventum-paths.patch
index ca0fc527e3e742365a1dcf45b337ba403956ebd4..05fa573e55cd4e415b654030ece5e2bd21606e57 100644 (file)
@@ -1,31 +1,30 @@
---- eventum-3.0.3-118-g751b8cc/init.php~       2015-10-19 22:56:35.000000000 +0300
-+++ eventum-3.0.3-118-g751b8cc/init.php        2015-10-19 23:00:17.390607216 +0300
-@@ -72,10 +72,10 @@
- // define other paths
+--- eventum-3.0.3-287-ge48a790/init.php~       2015-10-26 21:42:14.000000000 +0200
++++ eventum-3.0.3-287-ge48a790/init.php        2015-10-26 21:46:47.983157509 +0200
+@@ -76,9 +76,9 @@
  $define('APP_SETUP_FILE', APP_CONFIG_PATH . '/setup.php');
+ $define('APP_INC_PATH', APP_PATH . '/lib/eventum');
  $define('APP_TPL_PATH', APP_PATH . '/templates');
--$define('APP_TPL_COMPILE_PATH', APP_PATH . '/templates_c');
+-$define('APP_TPL_COMPILE_PATH', APP_VAR_PATH . '/cache');
+-$define('APP_LOCKS_PATH', APP_VAR_PATH . '/lock');
+-$define('APP_LOG_PATH', APP_VAR_PATH . '/log');
 +$define('APP_TPL_COMPILE_PATH', '/var/cache/eventum');
- $define('APP_INC_PATH', APP_PATH . '/lib/eventum');
--$define('APP_LOCKS_PATH', APP_PATH . '/locks');
--$define('APP_LOG_PATH', APP_PATH . '/logs');
-+$define('APP_LOCKS_PATH', APP_PATH . '/var/run/eventum');
++$define('APP_LOCKS_PATH', '/var/run/eventum');
 +$define('APP_LOG_PATH', '/var/log/eventum');
  $define('APP_ERROR_LOG', APP_LOG_PATH . '/errors.log');
  $define('APP_CLI_LOG', APP_LOG_PATH . '/cli.log');
  $define('APP_IRC_LOG', APP_LOG_PATH . '/irc_bot.log');
---- eventum-3.0.0/htdocs/setup/index.php~      2015-02-02 20:03:49.507010317 +0200
-+++ eventum-3.0.0/htdocs/setup/index.php       2015-02-02 20:05:00.139257552 +0200
-@@ -44,10 +44,10 @@
+--- eventum-3.0.3-287-ge48a790/htdocs/setup/index.php~ 2015-10-26 21:45:35.367554219 +0200
++++ eventum-3.0.3-287-ge48a790/htdocs/setup/index.php  2015-10-26 21:47:31.775849576 +0200
+@@ -47,10 +47,10 @@
  define('APP_CONFIG_PATH', APP_PATH . '/config');
  define('APP_SETUP_FILE', APP_CONFIG_PATH . '/setup.php');
  define('APP_TPL_PATH', APP_PATH . '/templates');
--define('APP_TPL_COMPILE_PATH', APP_PATH . '/templates_c');
--define('APP_LOG_PATH', APP_PATH . '/logs');
+-define('APP_TPL_COMPILE_PATH', APP_VAR_PATH . '/cache');
+-define('APP_LOG_PATH', APP_VAR_PATH . '/log');
 +define('APP_TPL_COMPILE_PATH', '/var/cache/eventum');
 +define('APP_LOG_PATH', '/var/log/eventum');
  define('APP_ERROR_LOG', APP_LOG_PATH . '/errors.log');
--define('APP_LOCKS_PATH', APP_PATH . '/locks');
+-define('APP_LOCKS_PATH', APP_VAR_PATH . '/lock');
 +define('APP_LOCKS_PATH', '/var/run/eventum');
  define('APP_LOCAL_PATH', APP_CONFIG_PATH);
  
      $error = checkPermissions(APP_SETUP_FILE, "File '" . APP_SETUP_FILE. "'");
      if (!empty($error)) {
          $errors[] = $error;
---- eventum-3.0.3-13-gfefa325/irc/eventum-irc-bot.php~ 2015-10-13 20:00:48.000000000 +0300
-+++ eventum-3.0.3-13-gfefa325/irc/eventum-irc-bot.php  2015-10-13 23:33:33.408818382 +0300
-@@ -31,7 +31,7 @@
- ini_set('memory_limit', '1024M');
+--- eventum-3.0.8-100-g3543f89/src/Command/MonitorCommand.php~ 2016-01-31 18:24:19.000000000 +0200
++++ eventum-3.0.8-100-g3543f89/src/Command/MonitorCommand.php  2016-02-01 00:16:28.751423105 +0200
+@@ -31,17 +31,17 @@
+         $required_files = array(
+             APP_CONFIG_PATH . '/config.php' => [
+                 'check_owner' => true,
+-                'owner' => 'apache',
++                'owner' => 'root',
+                 'check_group' => true,
+-                'group' => 'apache',
++                'group' => 'http',
+                 'check_permission' => true,
+                 'permission' => 640,
+             ],
+             APP_CONFIG_PATH . '/setup.php' => [
+                 'check_owner' => true,
+-                'owner' => 'apache',
++                'owner' => 'root',
+                 'check_group' => true,
+-                'group' => 'apache',
++                'group' => 'http',
+                 'check_permission' => true,
+                 'permission' => 660,
+                 'check_filesize' => true,
+--- eventum-3.1.5/config/sphinx.conf.php~      2016-11-13 12:05:37.000000000 +0200
++++ eventum-3.1.5/config/sphinx.conf.php       2016-11-23 03:10:05.855040510 +0200
+@@ -1,7 +1,7 @@
+ #!/usr/bin/php
+ <?php
  
 -require_once __DIR__ . '/../init.php';
-+require_once '/usr/share/eventum/init.php';
- if (!file_exists(APP_CONFIG_PATH . '/irc_config.php')) {
-     fwrite(STDERR, "ERROR: No config specified. Please see setup/irc_config.php for config information.\n\n");
---- eventum/bin/monitor.php    2010-11-24 17:24:23.000000000 +0200
-+++ eventum/bin/monitor.php    2010-11-24 18:23:09.664934996 +0200
-@@ -37,17 +37,17 @@
- $required_files = array(
-     APP_CONFIG_PATH . '/config.php' => array(
-         'check_owner'      => true,
--        'owner'            => 'apache',
-+        'owner'            => 'root',
-         'check_group'      => true,
--        'group'            => 'apache',
-+        'group'            => 'http',
-         'check_permission' => true,
-         'permission'       => 640,
-     ),
-     APP_CONFIG_PATH . '/setup.php' => array(
-         'check_owner'      => true,
--        'owner'            => 'apache',
-+        'owner'            => 'root',
-         'check_group'      => true,
--        'group'            => 'apache',
-+        'group'            => 'http',
-         'check_permission' => true,
-         'permission'       => 660,
-         'check_filesize'   => true,
---- eventum-3.0.3-13-gfefa325/config/sphinx.conf.php~  2015-10-13 20:00:48.000000000 +0300
-+++ eventum-3.0.3-13-gfefa325/config/sphinx.conf.php   2015-10-13 23:34:19.668134549 +0300
-@@ -26,7 +26,7 @@
- // | Authors: Bryan Alsdorf <bryan@mysql.com>                             |
- // | Authors: Elan Ruusamäe <glen@delfi.ee>                               |
- // +----------------------------------------------------------------------+
--require_once __DIR__ . "/../init.php";
 +require_once '/usr/share/eventum/init.php';
  
  if (!defined('SPHINX_LOG_PATH')) {
This page took 0.060805 seconds and 4 git commands to generate.