summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-doc_example.conf
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-19 06:29:56 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-12-19 06:29:56 +0000
commit197722c13c25ce690bbfe33742664c69cfb9cb59 (patch)
tree1146fe2511e36be6c5cc063d4f7bc30380b2a7af /irc/ircd-ratbox-devel/files/patch-doc_example.conf
parent- document textproc/hs-utf8-string removal (diff)
- Update to 3.0.1
Port changes: o Removed patch on 'rsdb_sqlite3.c' that fixed ban.db path code in previous release. Software changes included in this release: o Call rb_helper_close on bandb errors to kill off old bandb processes. o Report correct files/line numbers for spoof warnings. o SID in the serverinfo struct should be 4 bytes, not 3. o Rebuild the included ircd_lexer.c. o Fix ports and /dev/poll for solaris. o Report libratbox version on -version and /info. o libratbox version info includes SSL info. o Fix installing when using install-sh. o Re-enable ziplinks + SSL server connections. o Fix a gnutls related core dump. o Add support for a serverinfo::bandb setting in ircd.conf for the ban database. o Report adding throttles when an oper is set umode +r. o Report throttle stats in /stats T. PR: ports/129725 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes: svn path=/head/; revision=224406
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.conf')
-rw-r--r--irc/ircd-ratbox-devel/files/patch-doc_example.conf19
1 files changed, 14 insertions, 5 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.conf
index 4265b212a97a..0cbd033c3b1c 100644
--- a/irc/ircd-ratbox-devel/files/patch-doc_example.conf
+++ b/irc/ircd-ratbox-devel/files/patch-doc_example.conf
@@ -1,5 +1,5 @@
---- ./doc/example.conf.orig 2008-11-14 16:37:10.000000000 +0000
-+++ ./doc/example.conf 2008-11-15 02:55:35.000000000 +0000
+--- ./doc/example.conf.orig 2008-12-16 03:08:43.000000000 +0000
++++ ./doc/example.conf 2008-12-17 12:52:47.000000000 +0000
@@ -98,13 +98,13 @@
default_max_clients = 10000;
@@ -17,7 +17,16 @@
/* ssld_count: number of ssld processes you want to start, if you have a really busy
* server, using N-1 where N is the number of cpu/cpu cores you have might be useful
-@@ -137,16 +137,16 @@
+@@ -112,7 +112,7 @@
+ ssld_count = 1;
+
+ /* bandb: path to the ban database - default is PREFIX/etc/ban.db */
+- bandb = "etc/ban.db";
++ bandb = "%%DBDIR%%/ban.db";
+ };
+
+ /* admin {}: contains admin information about the server. (OLD A:) */
+@@ -139,16 +139,16 @@
* - operspylog: operspy usage
* - ioerrorlog: IO errors
*/
@@ -44,7 +53,7 @@
};
/* class {}: contain information about classes for users (OLD Y:) */
-@@ -349,7 +349,7 @@
+@@ -351,7 +351,7 @@
* A password should not be defined when this is used, see
* doc/challenge.txt for more information.
*/
@@ -53,7 +62,7 @@
/* umodes: the specific umodes this oper gets when they oper.
* If this is specified an oper will not be given oper_umodes
-@@ -1013,8 +1013,9 @@
+@@ -1015,8 +1015,9 @@
/* module path: paths to search for modules specified below and
* in /modload.
*/