mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
* Port now installs unrealircdctl helper and the unrealircd helper script * Adjustments to port Makefile layout Co-authored with port maintainer (previous iteration) and additional improvements by committer Changelog: https://forums.unrealircd.org/viewtopic.php?t=9390 PR: 275987 Reviewed by: tanawts@gmail.com (maintainer) Tested by: tanawts@gmail.com (maintainer)
11 lines
430 B
Text
11 lines
430 B
Text
--- doc/conf/modules.default.conf.orig 2024-10-18 10:45:40 UTC
|
|
+++ doc/conf/modules.default.conf
|
|
@@ -299,7 +299,7 @@ loadmodule "websocket_common"; /* helper functions for
|
|
loadmodule "spamreport"; /* Spam reporting to a blacklist */
|
|
loadmodule "crule"; /* Rules in spamfilter::rule and deny link::rule */
|
|
|
|
-loadmodule "geoip_classic";
|
|
+# loadmodule "geoip_classic";
|
|
@if module-loaded("geoip_classic")
|
|
set {
|
|
geoip-classic {
|