freebsd-ports/irc/ircd-ratbox/files/patch-doc_example.efnet.conf
Edwin Groothuis 8c96eddf93 [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:40 +00:00

60 lines
2.2 KiB
Plaintext

--- doc/example.efnet.conf.orig Tue Aug 21 00:37:55 2007
+++ doc/example.efnet.conf Tue Aug 21 00:37:55 2007
@@ -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:) */
@@ -317,7 +317,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/ircd-ratbox/oper.pub";
/* umodes: the specific umodes this oper gets when they oper.
* If this is specified an oper will not be given oper_umodes
@@ -908,7 +908,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 -
@@ -958,8 +958,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/modules/autoload/";
+ path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib/";
/* module: the name of a module to load on startup/rehash */
#module = "some_module.so";