SOURCES: eventum-irc-mem.patch (NEW) - this is still needed to be ...
glen
glen at pld-linux.org
Mon Sep 4 23:08:00 CEST 2006
Author: glen Date: Mon Sep 4 21:08:00 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- this is still needed to be sent upstream
---- Files affected:
SOURCES:
eventum-irc-mem.patch (1.2 -> 1.3) (NEW)
---- Diffs:
================================================================
Index: SOURCES/eventum-irc-mem.patch
diff -u /dev/null SOURCES/eventum-irc-mem.patch:1.3
--- /dev/null Mon Sep 4 23:08:00 2006
+++ SOURCES/eventum-irc-mem.patch Mon Sep 4 23:07:55 2006
@@ -0,0 +1,20 @@
+--- 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(
================================================================
More information about the pld-cvs-commit
mailing list