[packages/eventum/dev-3.0.4: 7/12] fix typo in APP_LOCKS_PATH

glen glen at pld-linux.org
Wed Oct 28 20:42:43 CET 2015


commit 57a43f74dc6843f8a091035d5801023f237af727
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Oct 26 21:08:12 2015 +0200

    fix typo in APP_LOCKS_PATH

 eventum-paths.patch | 2 +-
 eventum.spec        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index e97512a..81caafc 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with	order	# with experimental order patch
 
-%define		rel		1.8
+%define		rel		1.9
 %define		subver  276
 %define		githash a7233c3
 %define		php_min_version 5.3.3
diff --git a/eventum-paths.patch b/eventum-paths.patch
index a753fcf..76bf178 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -9,7 +9,7 @@
  $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');
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/7c68bc6269540b4a3d9a35ebd61dae8eeedf1c5d



More information about the pld-cvs-commit mailing list