diff options
author | 2008-02-22 14:55:59 +0000 | |
---|---|---|
committer | 2008-02-22 14:55:59 +0000 | |
commit | 9055d453b465de85d17b4304bd985329f41f23f4 (patch) | |
tree | 00cb041c16094ab9e461434300a5f0efe742ea5d /net-im/ejabberd/files | |
parent | Add net-misc/xf4vnc as a blocker, bug #210791 (diff) | |
download | historical-9055d453b465de85d17b4304bd985329f41f23f4.tar.gz historical-9055d453b465de85d17b4304bd985329f41f23f4.tar.bz2 historical-9055d453b465de85d17b4304bd985329f41f23f4.zip |
bump to 2.0.0, remove old versions
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-im/ejabberd/files')
-rw-r--r-- | net-im/ejabberd/files/1.1.3-missing-declaration.patch | 11 | ||||
-rw-r--r-- | net-im/ejabberd/files/ejabberd-1.1.3.confd | 17 |
2 files changed, 0 insertions, 28 deletions
diff --git a/net-im/ejabberd/files/1.1.3-missing-declaration.patch b/net-im/ejabberd/files/1.1.3-missing-declaration.patch deleted file mode 100644 index a9ece714782a..000000000000 --- a/net-im/ejabberd/files/1.1.3-missing-declaration.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ejabberd-1.1.3/src/expat_erl.c.orig 2007-04-11 15:24:05.000000000 +0100 -+++ ejabberd-1.1.3/src/expat_erl.c 2007-04-11 15:25:25.000000000 +0100 -@@ -14,6 +14,8 @@ - * Workaround for EI encode_string bug - */ - -+int x_fix_buff(ei_x_buff* x, int szneeded); -+ - #define put8(s,n) do { \ - (s)[0] = (char)((n) & 0xff); \ - (s) += 1; \ diff --git a/net-im/ejabberd/files/ejabberd-1.1.3.confd b/net-im/ejabberd/files/ejabberd-1.1.3.confd deleted file mode 100644 index 2a6dc053c8fc..000000000000 --- a/net-im/ejabberd/files/ejabberd-1.1.3.confd +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/files/ejabberd-1.1.3.confd,v 1.1 2007/04/11 14:42:45 chainsaw Exp $ - -# Name of your ejabberd node. Used by ejabberdctl to determine which -# node to communicate with. -EJABBERD_NODE="ejabberd@`hostname -s`" - -# Max number of open network connections. Default is 1024. Increasing -# this will slightly increase memory usage. -#ERL_MAX_PORTS=1024 - -# Return memory to the system after using it, instead of keeping it -# allocated for future use. Decreases the memory required by ejabberd, -# but makes it run slower. Default is unset, set to any value to -# activate. -#ERL_FULLSWEEP_AFTER=0 |