mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
bf23aa58d9
PR: ports/79429 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
35 lines
850 B
Plaintext
35 lines
850 B
Plaintext
--- 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,
|
|
|