summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-04-14 13:29:25 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-04-14 13:29:25 +0000
commit9e180c6a27029cba6a7b7ee7bb62d85ab31f428c (patch)
tree2226ca1309fe4510a231b319cfe172cc02297e6a /irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
parent- Update to 3.0.0 [1] (diff)
- Update to official release 3.0.7
- Update MASTER_SITES (remove unofficial ircd-ratbox.org) - Unbreak cross compiles - Fix error handling with GNUTLS - Update sqllite3 code - Remove buggy sigio code. PR: ports/166914 Submitted by: moggie <moggie@elasticmind.net> (maintainer)
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.conf39
1 files changed, 15 insertions, 24 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 8aa695f146c2..9200b6d79d4a 100644
--- a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
+++ b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
@@ -1,33 +1,24 @@
---- ./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.
- */
-- description = "ircd-ratbox EFNet server";
-+ description = "ircd-ratbox EFNet testing server";
-
- /* network info: the name and description of the network this server
- * is on. Shown in the 005 reply and used with serverhiding.
+--- ./doc/example.efnet.conf.orig 2012-04-13 14:59:57.000000000 +0100
++++ ./doc/example.efnet.conf 2012-04-13 15:02:33.000000000 +0100
@@ -101,13 +101,13 @@
default_max_clients = 10000;
/* ssl_private_key: our ssl private key */
-- ssl_private_key = "etc/test.key";
-+ ssl_private_key = "%%PREFIX%%/etc/ssl/test.key";
+- ssl_private_key = "etc/test.key";
++ ssl_private_key = "%%PREFIX%%/etc/ssl/test.key";
/* ssl_cert: certificate for our ssl server */
-- ssl_cert = "etc/test.cert";
-+ ssl_cert = "%%PREFIX%%/etc/ssl/test.cert";
+- ssl_cert = "etc/test.cert";
++ ssl_cert = "%%PREFIX%%/etc/ssl/test.cert";
/* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */
-- ssl_dh_params = "etc/dh.pem";
-+ ssl_dh_params = "%%PREFIX%%/etc/ssl/dh.pem";
+- ssl_dh_params = "etc/dh.pem";
++ ssl_dh_params = "%%PREFIX%%/etc/ssl/dh.pem";
- /* 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
-@@ -115,7 +115,7 @@
- ssld_count = 1;
+ /* 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
+@@ -118,7 +118,7 @@
+ ssld_count = 1;
/* bandb: path to the ban database - default is PREFIX/etc/ban.db */
- bandb = "etc/ban.db";
@@ -35,7 +26,7 @@
};
/* admin {}: contains admin information about the server. (OLD A:) */
-@@ -142,16 +142,16 @@
+@@ -145,16 +145,16 @@
* - operspylog: operspy usage
* - ioerrorlog: IO errors
*/
@@ -62,7 +53,7 @@
};
/* class {}: contain information about classes for users (OLD Y:) */
-@@ -355,7 +355,7 @@
+@@ -357,7 +357,7 @@
* A password should not be defined when this is used, see
* doc/challenge.txt for more information.
*/
@@ -71,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
-@@ -1029,8 +1029,9 @@
+@@ -1038,8 +1038,9 @@
/* module path: paths to search for modules specified below and
* in /modload.
*/