Lines 1-6
Link Here
|
1 |
--- doc/example.efnet.conf.orig Sat Jun 11 22:26:01 2005 |
1 |
--- doc/example.efnet.conf.orig Tue Aug 21 00:37:55 2007 |
2 |
+++ doc/example.efnet.conf Fri Jan 27 06:47:05 2006 |
2 |
+++ doc/example.efnet.conf Tue Aug 21 00:37:55 2007 |
3 |
@@ -112,16 +112,16 @@ |
3 |
@@ -119,16 +119,16 @@ |
4 |
* - operspylog: operspy usage |
4 |
* - operspylog: operspy usage |
5 |
* - ioerrorlog: IO errors |
5 |
* - ioerrorlog: IO errors |
6 |
*/ |
6 |
*/ |
Lines 27-34
Link Here
|
27 |
}; |
27 |
}; |
28 |
|
28 |
|
29 |
/* class {}: contain information about classes for users (OLD Y:) */ |
29 |
/* class {}: contain information about classes for users (OLD Y:) */ |
30 |
@@ -311,7 +311,7 @@ |
30 |
@@ -317,7 +317,7 @@ |
31 |
* A password should not be defined when this is used, see |
31 |
* A password should not be defined when this is used, see |
32 |
* doc/challenge.txt for more information. |
32 |
* doc/challenge.txt for more information. |
33 |
*/ |
33 |
*/ |
34 |
- #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub"; |
34 |
- #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub"; |
Lines 36-42
Link Here
|
36 |
|
36 |
|
37 |
/* umodes: the specific umodes this oper gets when they oper. |
37 |
/* umodes: the specific umodes this oper gets when they oper. |
38 |
* If this is specified an oper will not be given oper_umodes |
38 |
* If this is specified an oper will not be given oper_umodes |
39 |
@@ -897,7 +897,7 @@ |
39 |
@@ -908,7 +908,7 @@ |
40 |
* |
40 |
* |
41 |
* only define if servlink is not in same directory as ircd itself. |
41 |
* only define if servlink is not in same directory as ircd itself. |
42 |
*/ |
42 |
*/ |
Lines 45-59
Link Here
|
45 |
|
45 |
|
46 |
/* use egd: if your system does not have *random devices yet you |
46 |
/* use egd: if your system does not have *random devices yet you |
47 |
* want to use OpenSSL and encrypted links, enable this. Beware - |
47 |
* want to use OpenSSL and encrypted links, enable this. Beware - |
48 |
@@ -942,8 +942,9 @@ |
48 |
@@ -958,8 +958,9 @@ |
49 |
/* module path: paths to search for modules specified below and |
49 |
/* module path: paths to search for modules specified below and |
50 |
* in /modload. |
50 |
* in /modload. |
51 |
*/ |
51 |
*/ |
52 |
- path = "/usr/local/ircd/modules"; |
52 |
- path = "/usr/local/ircd/modules"; |
53 |
- path = "/usr/local/ircd/modules/autoload"; |
53 |
- path = "/usr/local/ircd/modules/autoload"; |
54 |
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/"; |
54 |
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/"; |
55 |
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload/"; |
55 |
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload/"; |
56 |
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/"; |
56 |
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/"; |
57 |
|
57 |
|
58 |
/* module: the name of a module to load on startup/rehash */ |
58 |
/* module: the name of a module to load on startup/rehash */ |
59 |
#module = "some_module.so"; |
59 |
#module = "some_module.so"; |