mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fa31dc8acf
Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588 Sponsored by: Absolight
23 lines
641 B
Plaintext
23 lines
641 B
Plaintext
--- doc/example.conf.orig 2016-09-03 19:34:06 UTC
|
|
+++ doc/example.conf
|
|
@@ -33,8 +33,8 @@
|
|
*/
|
|
|
|
/* FOR *NIX, uncomment the following 2lines: */
|
|
-//loadmodule "src/modules/commands.so";
|
|
-//loadmodule "src/modules/cloak.so";
|
|
+loadmodule "/usr/local/lib/Unreal/commands.so";
|
|
+loadmodule "/usr/local/lib/Unreal/cloak.so";
|
|
|
|
/* FOR Windows, uncomment the following 2 lines: */
|
|
//loadmodule "modules/commands.dll";
|
|
@@ -379,7 +379,7 @@ drpass {
|
|
* };
|
|
*/
|
|
|
|
-log "ircd.log" {
|
|
+log "/var/log/ircd/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;
|