From 197722c13c25ce690bbfe33742664c69cfb9cb59 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Fri, 19 Dec 2008 06:29:56 +0000 Subject: - 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 (maintainer) --- irc/ircd-ratbox-devel/files/patch-doc_example.conf | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.conf') 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. */ -- cgit v1.2.3