diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 23:36:37 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 23:36:37 +0000 |
commit | 9706c706c493e68d42ee0eda3ab08b13dbf7b681 (patch) | |
tree | 3a81063ce6c0d4357eb08e18376c883d8ebb1b41 /irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf | |
parent | - Unbreak on recent 8-current (after sgtty changes). (diff) |
- Update to 3.0.0.b7
Changes:
o sqlite3 dependency restored.
o Added support for services' ircd-shortcut commands make options.
o Added dependency on PERL for generation of ircd-shortcut modules.
o The example EFNet configuration file is not helpful because it has not been updated
for ratbox-3. It therefore is not installed as standard by this port version, but should
be back in the next update.
Software changes include:
o Change -lock klines and friends to now use the ADMINKLINE etc commands.
o Change to only support TS6.
o Fix remote kline reasons.
o Have sqlite3 checking use pkg-config when possible.
o Move identd checking back into the ircd, this seems to have been more
problematic than what it was worth.
o Add experimental gnutls support - note that CHALLENGE does not work when using
just gnutls.
o Some helpfile cleanups and additions.
o Fix compile error when zlib is not found.
o Remove some restrictions on k/d/x/resv reasons that are no longer needed.
PR: ports/125106
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=216187
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf index 3d3e7699046c..e69de29bb2d1 100644 --- a/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf +++ b/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf @@ -1,59 +0,0 @@ ---- ./doc/example.efnet.conf.orig Wed Sep 5 20:00:42 2007 -+++ ./doc/example.efnet.conf Tue Apr 22 02:26:59 2008 -@@ -119,16 +119,16 @@ - * - operspylog: operspy usage - * - ioerrorlog: IO errors - */ -- fname_userlog = "logs/userlog"; -- #fname_fuserlog = "logs/fuserlog"; -- fname_operlog = "logs/operlog"; -- #fname_foperlog = "logs/foperlog"; -- fname_serverlog = "logs/serverlog"; -- fname_glinelog = "logs/glinelog"; -- #fname_klinelog = "logs/klinelog"; -- fname_killlog = "logs/killlog"; -- fname_operspylog = "logs/operspylog"; -- #fname_ioerrorlog = "logs/ioerror"; -+ fname_userlog = "%%LOGDIR%%/userlog"; -+ #fname_fuserlog = "%%LOGDIR%%/fuserlog"; -+ fname_operlog = "%%LOGDIR%%/operlog"; -+ #fname_foperlog = "%%LOGDIR%%/foperlog"; -+ fname_serverlog = "%%LOGDIR%%/serverlog"; -+ fname_glinelog = "%%LOGDIR%%/glinelog"; -+ #fname_klinelog = "%%LOGDIR%%/klinelog"; -+ fname_killlog = "%%LOGDIR%%/killlog"; -+ fname_operspylog = "%%LOGDIR%%/operspylog"; -+ #fname_ioerrorlog = "%%LOGDIR%%/ioerror"; - }; - - /* class {}: contain information about classes for users (OLD Y:) */ -@@ -316,7 +316,7 @@ - * A password should not be defined when this is used, see - * doc/challenge.txt for more information. - */ -- #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub"; -+ #rsa_public_key_file = "%%PREFIX%%/etc/oper.pub"; - - /* umodes: the specific umodes this oper gets when they oper. - * If this is specified an oper will not be given oper_umodes -@@ -906,7 +906,7 @@ - * - * only define if servlink is not in same directory as ircd itself. - */ -- #servlink_path = "/usr/local/ircd/bin/servlink"; -+ #servlink_path = "%%PREFIX%%/bin/servlink"; - - /* use egd: if your system does not have *random devices yet you - * want to use OpenSSL and encrypted links, enable this. Beware - -@@ -956,8 +956,9 @@ - /* module path: paths to search for modules specified below and - * in /modload. - */ -- path = "/usr/local/ircd/modules"; -- path = "/usr/local/ircd/modules/autoload"; -+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/"; -+ path = "%%PREFIX%%/lib/ircd-ratbox/autoload/"; -+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/"; - - /* module: the name of a module to load on startup/rehash */ - #module = "some_module.so"; |