summaryrefslogtreecommitdiff
path: root/irc/unreal/files/patch-example.conf
blob: cb51bcb7a2cf9c1be3cbb067cc0981d58774c259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- doc/example.conf	2009-04-13 13:03:55.000000000 +0200
+++ doc/example.conf	2009-08-18 16:36:29.000000000 +0200
@@ -33,8 +33,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";
@@ -377,7 +377,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;