]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-paths.patch
up to 3.1.5
[packages/eventum.git] / eventum-paths.patch
index 5b8290e1f2024727d52bb5c8b609ac0c033032a5..05fa573e55cd4e415b654030ece5e2bd21606e57 100644 (file)
@@ -44,7 +44,7 @@
 +++ 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' => array(
+             APP_CONFIG_PATH . '/config.php' => [
                  'check_owner' => true,
 -                'owner' => 'apache',
 +                'owner' => 'root',
@@ -53,8 +53,8 @@
 +                'group' => 'http',
                  'check_permission' => true,
                  'permission' => 640,
-             ),
-             APP_CONFIG_PATH . '/setup.php' => array(
+             ],
+             APP_CONFIG_PATH . '/setup.php' => [
                  'check_owner' => true,
 -                'owner' => 'apache',
 +                'owner' => 'root',
                  'check_permission' => true,
                  'permission' => 660,
                  'check_filesize' => true,
---- eventum-3.0.3-314-gedea8e4/config/sphinx.conf.php~ 2015-10-27 18:02:36.000000000 +0200
-+++ eventum-3.0.3-314-gedea8e4/config/sphinx.conf.php  2015-10-29 11:53:26.068169385 +0200
+--- 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 __DIR__ . '/../init.php';
 +require_once '/usr/share/eventum/init.php';
  
  if (!defined('SPHINX_LOG_PATH')) {
This page took 0.277089 seconds and 4 git commands to generate.