summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/ircd-ratbox/files/patch-doc_example.efnet.conf22
1 files changed, 11 insertions, 11 deletions
diff --git a/irc/ircd-ratbox/files/patch-doc_example.efnet.conf b/irc/ircd-ratbox/files/patch-doc_example.efnet.conf
index 7ab45d8ada35..d9e521b3c1a3 100644
--- a/irc/ircd-ratbox/files/patch-doc_example.efnet.conf
+++ b/irc/ircd-ratbox/files/patch-doc_example.efnet.conf
@@ -1,6 +1,6 @@
---- doc/example.efnet.conf.orig Sat Jun 11 22:26:01 2005
-+++ doc/example.efnet.conf Fri Jan 27 06:47:05 2006
-@@ -112,16 +112,16 @@
+--- doc/example.efnet.conf.orig Tue Aug 21 00:37:55 2007
++++ doc/example.efnet.conf Tue Aug 21 00:37:55 2007
+@@ -119,16 +119,16 @@
* - operspylog: operspy usage
* - ioerrorlog: IO errors
*/
@@ -27,8 +27,8 @@
};
/* class {}: contain information about classes for users (OLD Y:) */
-@@ -311,7 +311,7 @@
- * A password should not be defined when this is used, see
+@@ -317,7 +317,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";
@@ -36,7 +36,7 @@
/* umodes: the specific umodes this oper gets when they oper.
* If this is specified an oper will not be given oper_umodes
-@@ -897,7 +897,7 @@
+@@ -908,7 +908,7 @@
*
* only define if servlink is not in same directory as ircd itself.
*/
@@ -45,15 +45,15 @@
/* use egd: if your system does not have *random devices yet you
* want to use OpenSSL and encrypted links, enable this. Beware -
-@@ -942,8 +942,9 @@
- /* module path: paths to search for modules specified below and
+@@ -958,8 +958,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/modules/contrib/";
++ path = "%%PREFIX%%/lib/ircd-ratbox/modules/";
++ path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload/";
++ path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/";
/* module: the name of a module to load on startup/rehash */
#module = "some_module.so";