]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- path changes for CLI
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jan 2005 01:30:55 +0000 (01:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-paths.patch -> 1.2

eventum-paths.patch

index 288fde9569c31e9740c3544b60e1b1f669613575..1d62f5c052d8fc8770fb6db30696cc6f50427b4b 100644 (file)
  @define("APP_LOCKS_PATH", APP_PATH . "locks/");\r
  if (stristr(PHP_OS, 'darwin')) {\r
      ini_set("include_path", ".:" . APP_PEAR_PATH);\r
+--- ./misc/cli/eventum~        2005-01-19 02:47:20.000000000 +0200
++++ ./misc/cli/eventum 2005-01-19 03:02:40.119100405 +0200
+@@ -11,7 +11,7 @@
+ //\r
+ // @(#) $Id$\r
+ //\r
+-include_once("config.inc.php");\r
++include_once("/etc/eventum/cli.php");\r
+ include_once(APP_INC_PATH . "class.command_line.php");\r
+ include_once(APP_PEAR_PATH . "XML_RPC/RPC.php");\r
\r
+--- eventum-1.4/misc/cli/config.inc.php~       2005-01-05 01:06:01.000000000 +0200
++++ eventum-1.4/misc/cli/config.inc.php        2005-01-19 03:25:10.000000000 +0200
+@@ -45,7 +45,7 @@
+ }\r
\r
+ // definitions of path related variables\r
+-@define("APP_PATH", dirname(__FILE__) . '/');\r
++@define("APP_PATH", '/usr/share/eventum/misc/cli/');\r
+ @define("APP_INC_PATH", APP_PATH . "include/");\r
+ @define("APP_PEAR_PATH", APP_INC_PATH . "pear/");\r
+ if (stristr(PHP_OS, 'darwin')) {\r
+@@ -57,4 +57,4 @@
+ }\r
\r
+ @define("APP_BENCHMARK", false);\r
+-?>
+\ No newline at end of file
++?>\r
This page took 0.092671 seconds and 4 git commands to generate.