]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- cli uses system PEAR (so diffs gone to main patch)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Feb 2005 20:08:35 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-PEAR.patch -> 1.2

eventum-PEAR.patch

index 268b370c2064d61512e8ebab00d2602c6e738b96..d4929adeb0bc027bb87d8b68251b324132bd82ba 100644 (file)
  
  $tpl = new Smarty();
  $tpl->template_dir = '../templates/en';
---- eventum-1.4/misc/cli/config.inc.php~       2005-01-26 00:24:10.000000000 +0200
-+++ eventum-1.4/misc/cli/config.inc.php        2005-01-26 00:24:12.000000000 +0200
-@@ -47,7 +47,7 @@
- // definitions of path related variables
- @define("APP_PATH", '/usr/share/eventum/misc/cli/');
- @define("APP_INC_PATH", APP_PATH . "include/");
--@define("APP_PEAR_PATH", APP_INC_PATH . "pear/");
-+@define("APP_PEAR_PATH", "/usr/share/pear/");
- ini_set("include_path", ".:" . APP_PEAR_PATH);
- @define("APP_BENCHMARK", false);
---- ./misc/cli/eventum~        2005-01-24 17:49:25.000000000 +0200
-+++ ./misc/cli/eventum 2005-01-25 15:48:56.000000000 +0200
-@@ -13,7 +13,7 @@
- //
- include_once("/etc/eventum/cli.php");
- include_once(APP_INC_PATH . "class.command_line.php");
--include_once(APP_PEAR_PATH . "XML_RPC/RPC.php");
-+include_once(APP_PEAR_PATH . "XML/RPC.php");
- list($user_email, $user_password, $url, $port, $relative_url) = Command_Line::getEnvironmentSettings();
- if (empty($port)) {
---- ./misc/cli/include/class.command_line.php  2005-01-05 01:06:03.000000000 +0200
-+++ ./misc/cli/include/class.command_line.php  2005-01-25 15:48:56.000000000 +0200
-@@ -29,7 +29,7 @@
- //
- include_once(APP_INC_PATH . "class.misc.php");
--include_once(APP_PEAR_PATH . "XML_RPC/RPC.php");
-+include_once(APP_PEAR_PATH . "XML/RPC.php");
- $_displayed_confirmation = false;
 --- ./rpc/xmlrpc.php~  2005-01-05 01:06:19.000000000 +0200
 +++ ./rpc/xmlrpc.php   2005-01-25 16:35:14.000000000 +0200
 @@ -41,7 +41,7 @@
This page took 0.025269 seconds and 4 git commands to generate.