]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- merged into eventum-mem-limits.patch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2006 21:01:59 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-irc-mem.patch -> 1.2
    eventum-route-mem.patch -> 1.3

eventum-irc-mem.patch [deleted file]
eventum-route-mem.patch [deleted file]

diff --git a/eventum-irc-mem.patch b/eventum-irc-mem.patch
deleted file mode 100644 (file)
index 4f83d7d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- eventum-1.7.0/misc/irc/bot.php~    2005-12-29 21:27:25.000000000 +0200
-+++ eventum-1.7.0/misc/irc/bot.php     2005-12-30 00:14:31.000000000 +0200
-@@ -28,6 +28,8 @@
- // @(#) $Id$
- //
-+ini_set("memory_limit", "256M");
-+
- include_once("../../config.inc.php");
- include_once(APP_INC_PATH . "db_access.php");
- include_once(APP_INC_PATH . "class.auth.php");
-@@ -36,8 +38,6 @@
- include_once(APP_INC_PATH . "class.user.php");
- include_once(APP_PEAR_PATH . 'Net/SmartIRC.php');
--ini_set("memory_limit", "256M");
--
- // the following is the list of IRC channels that the bot should connect to,
- // and the associated project name
- $channels = array(
diff --git a/eventum-route-mem.patch b/eventum-route-mem.patch
deleted file mode 100644 (file)
index c1c2319..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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 @@
- //
- // @(#) $Id$
- //
-+ini_set('memory_limit', '256M');
- include_once("../config.inc.php");
- include_once(APP_INC_PATH . "db_access.php");
- include_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 @@
- //
- // @(#) $Id$
- //
-+ini_set('memory_limit', '256M');
- include_once("../config.inc.php");
- include_once(APP_INC_PATH . "db_access.php");
- include_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 @@
- //
- // @(#) $Id$
- //
-+ini_set('memory_limit', '256M');
- include_once("../config.inc.php");
- include_once(APP_INC_PATH . "db_access.php");
- include_once(APP_INC_PATH . "class.routing.php");
This page took 0.164879 seconds and 4 git commands to generate.