]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- up to 20070116.3194
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Jan 2007 07:52:31 +0000 (07:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-irc-config.patch -> 1.14
    eventum-mem-limits.patch -> 1.8
    eventum-paths.patch -> 1.34

eventum-irc-config.patch
eventum-mem-limits.patch
eventum-paths.patch

index 38293ab72163706bbe0b478253b80ef2ca5a2fd9..62b20adbff48a3b5522d35687abaf38db7a7709e 100644 (file)
@@ -1,6 +1,6 @@
---- eventum-1.6.1/misc/irc/bot.php.orig        2005-09-17 17:28:04.000000000 +0300
-+++ eventum-1.6.1/misc/irc/bot.php     2005-09-17 17:49:09.000000000 +0300
-@@ -38,22 +39,19 @@
+--- eventum-1.6.1/misc/irc/bot.php     2005-09-17 17:49:09.000000000 +0300
++++ eventum/misc/irc/bot.php   2007-01-16 09:45:12.170099815 +0200
+@@ -39,22 +39,19 @@
  
  ini_set("memory_limit", "256M");
  
@@ -34,7 +34,7 @@
  
  // ============================================
  // ============================================
-@@ -269,7 +267,7 @@
+@@ -270,7 +267,7 @@
      function _getChannels($prj_id)
      {
          global $channels;
@@ -43,7 +43,7 @@
      }
      
      
-@@ -410,14 +408,16 @@
+@@ -411,10 +408,12 @@
  $irc->registerActionhandler(SMARTIRC_TYPE_QUERY, '^!?list-quarantined', $bot, 'listQuarantinedIssues');
  
  $irc->connect($irc_server_hostname, $irc_server_port);
  }
  $irc->listen();
  $irc->disconnect();
- // release the lock
- Lock::release('irc_bot');
--?>
-\ No newline at end of file
-+?>
---- eventum-1.7.0/misc/irc/bot.php~    2005-12-30 00:22:37.000000000 +0200
-+++ eventum-1.7.0/misc/irc/bot.php     2005-12-30 00:23:17.000000000 +0200
-@@ -31,6 +31,7 @@
- ini_set("memory_limit", "256M");
- require_once("../../config.inc.php");
-+require_once('/etc/eventum/irc.php');
- require_once(APP_INC_PATH . "db_access.php");
- require_once(APP_INC_PATH . "class.auth.php");
- require_once(APP_INC_PATH . "class.lock.php");
index 22d509fea9caf09754839cb00b7012fb35b9ba0a..1a794b793ecc8fa415eda538db838d5d92415b04 100644 (file)
@@ -1,31 +1,34 @@
---- eventum-20060210/misc/route_drafts.php~    2006-02-11 07:27:35.000000000 +0200
-+++ eventum-20060210/misc/route_drafts.php     2006-02-11 07:28:23.000000000 +0200
-@@ -27,6 +27,7 @@
+--- eventum/misc/route_drafts.php~     2007-01-16 09:48:38.784735251 +0200
++++ eventum/misc/route_drafts.php      2007-01-16 09:49:05.325330706 +0200
+@@ -26,7 +26,8 @@
+ // +----------------------------------------------------------------------+
  //
  // @(#) $Id$
  //
 +ini_set('memory_limit', '1024M');
require_once("../config.inc.php");
include_once(dirname(__FILE__) . "/../config.inc.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
---- eventum-20060210/misc/route_emails.php~    2006-02-11 07:27:35.000000000 +0200
-+++ eventum-20060210/misc/route_emails.php     2006-02-11 07:28:43.000000000 +0200
-@@ -27,6 +27,7 @@
+--- eventum/misc/route_emails.php~     2007-01-16 09:48:38.784735251 +0200
++++ eventum/misc/route_emails.php      2007-01-16 09:50:10.266787724 +0200
+@@ -26,7 +26,8 @@
+ // +----------------------------------------------------------------------+
  //
  // @(#) $Id$
  //
 +ini_set('memory_limit', '1024M');
require_once("../config.inc.php");
include_once(dirname(__FILE__) . "/../config.inc.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
---- eventum-20060210/misc/route_notes.php~     2006-02-11 07:27:35.000000000 +0200
-+++ eventum-20060210/misc/route_notes.php      2006-02-11 07:28:54.000000000 +0200
-@@ -27,6 +27,7 @@
+--- eventum/misc/route_notes.php~      2007-01-16 09:48:38.784735251 +0200
++++ eventum/misc/route_notes.php       2007-01-16 09:51:11.358158379 +0200
+@@ -26,7 +26,8 @@
+ // +----------------------------------------------------------------------+
  //
  // @(#) $Id$
  //
 +ini_set('memory_limit', '1024M');
require_once("../config.inc.php");
include_once(dirname(__FILE__) . "/../config.inc.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
 --- eventum-20060830/misc/download_emails.php  2006-09-05 00:11:48.396726556 +0300
index 3b81f37441b7816bc7acce8d47ade735a4328772..f3178556a92b7c481c46f7ad6e0b43cd5b062578 100644 (file)
@@ -9,15 +9,16 @@
  require_once(APP_INC_PATH . "class.command_line.php");
  require_once(APP_PEAR_PATH . "XML_RPC/RPC.php");
  
---- eventum-1.4.orig/misc/cli/config.inc.php   2005-01-26 00:00:58.000000000 +0200
-+++ eventum-1.4/misc/cli/config.inc.php        2005-01-25 23:57:39.000000000 +0200
-@@ -45,16 +45,10 @@
+--- eventum/misc/cli/config.inc.php~   2007-01-16 09:40:00.453108697 +0200
++++ eventum/misc/cli/config.inc.php    2007-01-16 09:39:31.922469000 +0200
+@@ -45,15 +45,9 @@
  }
  
  // definitions of path related variables
 -@define("APP_PATH", dirname(__FILE__) . '/');
+-@define("APP_INC_PATH", APP_PATH . "include/");
 +@define("APP_PATH", '/usr/share/eventum/cli/');
- @define("APP_INC_PATH", APP_PATH . "include/");
++@define("APP_INC_PATH", APP_PATH);
  @define("APP_PEAR_PATH", APP_INC_PATH . "pear/");
 -if (stristr(PHP_OS, 'darwin')) {
 -    ini_set("include_path", ".:" . APP_PEAR_PATH);
 -}
 +ini_set("include_path", ".:" . APP_PEAR_PATH);
  
- @define("APP_BENCHMARK", false);
- ?>
---- eventum-1.4/misc/cli/config.inc.php~       2005-02-22 21:35:52.000000000 +0200
-+++ eventum-1.4/misc/cli/config.inc.php        2005-02-22 21:44:10.000000000 +0200
-@@ -46,9 +46,9 @@
- // definitions of path related variables
- @define("APP_PATH", '/usr/share/eventum/cli/');
--@define("APP_INC_PATH", APP_PATH . "include/");
-+@define("APP_INC_PATH", APP_PATH);
- @define("APP_PEAR_PATH", APP_INC_PATH . "pear/");
- ini_set("include_path", ".:" . APP_PEAR_PATH);
- @define("APP_BENCHMARK", false);
--?>
-\ No newline at end of file
-+?>
---- ./misc/cli/config.inc.php~ 2005-02-22 21:49:37.000000000 +0200
-+++ ./misc/cli/config.inc.php  2005-02-22 21:50:01.000000000 +0200
-@@ -47,7 +47,7 @@
- // definitions of path related variables
- @define("APP_PATH", '/usr/share/eventum/cli/');
- @define("APP_INC_PATH", APP_PATH);
--@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
This page took 0.164341 seconds and 4 git commands to generate.