diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-19 06:29:56 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-19 06:29:56 +0000 |
commit | 197722c13c25ce690bbfe33742664c69cfb9cb59 (patch) | |
tree | 1146fe2511e36be6c5cc063d4f7bc30380b2a7af /irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf | |
parent | 76307b9fa69e6d43572080d0b6c9e0d0b112dc74 (diff) |
Notes
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf index 6caab31da254..8aa695f146c2 100644 --- a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf +++ b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf @@ -1,5 +1,5 @@ ---- ./doc/example.efnet.conf.orig 2008-09-22 19:38:10.000000000 +0100 -+++ ./doc/example.efnet.conf 2008-11-15 02:55:35.000000000 +0000 +--- ./doc/example.efnet.conf.orig 2008-12-16 03:08:43.000000000 +0000 ++++ ./doc/example.efnet.conf 2008-12-17 12:53:08.000000000 +0000 @@ -60,7 +60,7 @@ /* description: the description of our server. '[' and ']' may not * be used here for compatibility with older servers. @@ -26,7 +26,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 -@@ -140,16 +140,16 @@ +@@ -115,7 +115,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:) */ +@@ -142,16 +142,16 @@ * - operspylog: operspy usage * - ioerrorlog: IO errors */ @@ -53,7 +62,7 @@ }; /* class {}: contain information about classes for users (OLD Y:) */ -@@ -353,7 +353,7 @@ +@@ -355,7 +355,7 @@ * A password should not be defined when this is used, see * doc/challenge.txt for more information. */ @@ -62,7 +71,7 @@ /* umodes: the specific umodes this oper gets when they oper. * If this is specified an oper will not be given oper_umodes -@@ -1027,8 +1027,9 @@ +@@ -1029,8 +1029,9 @@ /* module path: paths to search for modules specified below and * in /modload. */ |