mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
34 lines
850 B
Text
34 lines
850 B
Text
--- doc/example.conf Wed Oct 27 20:45:03 2004
|
|
+++ doc/example.conf Mon Feb 7 03:58:38 2005
|
|
@@ -31,8 +31,8 @@
|
|
*/
|
|
|
|
/* FOR *NIX, uncomment the following 2lines: */
|
|
-//loadmodule "src/modules/commands.so";
|
|
-//loadmodule "src/modules/cloak.so";
|
|
+//loadmodule "%%PREFIX%%/lib/Unreal/commands.so";
|
|
+//loadmodule "%%PREFIX%%/lib/Unreal/cloak.so";
|
|
|
|
/* FOR Windows, uncomment the following 2 lines: */
|
|
//loadmodule "modules/commands.dll";
|
|
@@ -374,7 +374,7 @@
|
|
* };
|
|
*/
|
|
|
|
-log "ircd.log" {
|
|
+log "%%LOGDIR%%/ircd.log" {
|
|
/* Delete the log file and start a new one when it reaches 2MB, leave this out to always use the
|
|
same log */
|
|
maxsize 2097152;
|
|
@@ -520,8 +520,8 @@
|
|
|
|
tld {
|
|
mask *@*.fr;
|
|
- motd "ircd.motd.fr";
|
|
- rules "ircd.rules.fr";
|
|
+ motd "ircd.motd";
|
|
+ rules "ircd.rules";
|
|
};
|
|
|
|
/* note: you can just delete the example block above,
|
|
|