summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2008-02-22 14:58:22 +0000
committerCaleb Tennis <caleb@gentoo.org>2008-02-22 14:58:22 +0000
commit2e960409404928fcde902b4f31996621206439c0 (patch)
tree7a78f2ca5f900fd93203747dd823a274602c0e20 /net-im/ejabberd/files
parentppc stable, bug #211111 (diff)
downloadhistorical-2e960409404928fcde902b4f31996621206439c0.tar.gz
historical-2e960409404928fcde902b4f31996621206439c0.tar.bz2
historical-2e960409404928fcde902b4f31996621206439c0.zip
1.1.4 was using the 1.1.3 conf file, so create a 1.1.4 conf file and update the ebuilds to use it
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-im/ejabberd/files')
-rw-r--r--net-im/ejabberd/files/ejabberd-1.1.4.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-im/ejabberd/files/ejabberd-1.1.4.confd b/net-im/ejabberd/files/ejabberd-1.1.4.confd
new file mode 100644
index 000000000000..a17197aaaf1a
--- /dev/null
+++ b/net-im/ejabberd/files/ejabberd-1.1.4.confd
@@ -0,0 +1,17 @@
+# 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.4.confd,v 1.1 2008/02/22 14:58:22 caleb 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