summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-04-23 04:07:11 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-04-23 04:07:11 +0000
commit882e9808677e3848be3ad8290fb959f756630b6e (patch)
tree1972d089f20859102b24838841905b7dcf8fe486 /irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf
parent- Remove USE_X86_ASM check for some binaries (they don't require it anymore). (diff)
- Update ircd-ratbox-devel port to latest beta testing release of ircd-ratbox-3.0.0, added sqlite3 as
dependancy, updated rc.d script to add 'conftest' option. Changes include: o Optional SSL support to enable encrypted connections between clients and servers, as well as server to server links. o Add support for SSL only channels, channel mode +S. o Bundled sqlite3 for handling and storing k/x/d lines. o Support for global CIDR limits. o Added adminwall allowing admins to broadcast messages to each other. o Creation of new library archive 'libratbox'. o Support for force nick changes. o New ssld and bandb processes for SSL connections and ban checking. PR: ports/122994 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes: svn path=/head/; revision=211817
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.conf18
1 files changed, 9 insertions, 9 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 d9e521b3c1a3..3d3e7699046c 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 Tue Aug 21 00:37:55 2007
-+++ doc/example.efnet.conf Tue Aug 21 00:37:55 2007
+--- ./doc/example.efnet.conf.orig Wed Sep 5 20:00:42 2007
++++ ./doc/example.efnet.conf Tue Apr 22 02:26:59 2008
@@ -119,16 +119,16 @@
* - operspylog: operspy usage
* - ioerrorlog: IO errors
@@ -27,16 +27,16 @@
};
/* class {}: contain information about classes for users (OLD Y:) */
-@@ -317,7 +317,7 @@
- * A password should not be defined when this is used, see
+@@ -316,7 +316,7 @@
+ * A password should not be defined when this is used, see
* doc/challenge.txt for more information.
*/
- #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
-+ #rsa_public_key_file = "%%PREFIX%%/etc/ircd-ratbox/oper.pub";
++ #rsa_public_key_file = "%%PREFIX%%/etc/oper.pub";
/* umodes: the specific umodes this oper gets when they oper.
* If this is specified an oper will not be given oper_umodes
-@@ -908,7 +908,7 @@
+@@ -906,7 +906,7 @@
*
* only define if servlink is not in same directory as ircd itself.
*/
@@ -45,14 +45,14 @@
/* use egd: if your system does not have *random devices yet you
* want to use OpenSSL and encrypted links, enable this. Beware -
-@@ -958,8 +958,9 @@
- /* module path: paths to search for modules specified below and
+@@ -956,8 +956,9 @@
+ /* module path: paths to search for modules specified below and
* in /modload.
*/
- path = "/usr/local/ircd/modules";
- path = "/usr/local/ircd/modules/autoload";
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/";
-+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload/";
++ path = "%%PREFIX%%/lib/ircd-ratbox/autoload/";
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/";
/* module: the name of a module to load on startup/rehash */