summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-include_config.h
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-08-23 19:45:03 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-08-23 19:45:03 +0000
commit2b5f0add8ff7d1ebaefc9e04e79c51af4f06bce0 (patch)
tree68a994a5c532012a3121328f104249549788d12a /irc/ircd-ratbox-devel/files/patch-include_config.h
parentAdd missing man-page (diff)
- Update to beta11 testing release of ircd-ratbox-3.0.0.
- Software changes include: o Remove the remains of servlink_path from the config file parser. o Userlog now logs the users IP address as well as their hostname. o Whowas now supports showing the users IP address as well as hostname. The same rules apply to showing the whowas IP as apply to showing whois_actually and uses the same numeric. o Double the size of the whowas array for large networks. This comes at a hit of about 2MB or so of memory. o Fix the block heap garbage collection code. PR: ports/126719 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes: svn path=/head/; revision=219053
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-include_config.h')
-rw-r--r--irc/ircd-ratbox-devel/files/patch-include_config.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-include_config.h b/irc/ircd-ratbox-devel/files/patch-include_config.h
index 229f415d50c2..c24bd715abd1 100644
--- a/irc/ircd-ratbox-devel/files/patch-include_config.h
+++ b/irc/ircd-ratbox-devel/files/patch-include_config.h
@@ -1,15 +1,18 @@
---- ./include/config.h.orig 2008-06-09 19:32:50.000000000 +0100
-+++ ./include/config.h 2008-06-29 14:51:42.000000000 +0100
-@@ -54,15 +54,17 @@
+--- ./include/config.h.orig 2008-08-17 14:16:36.000000000 +0100
++++ ./include/config.h 2008-08-21 00:30:16.000000000 +0100
+@@ -52,16 +52,18 @@
+ #define AUTOMODPATH MODULE_DIR "/autoload/"
+ #define ETCPATH ETC_DIR
#define LOGPATH LOG_DIR
- #define UHPATH HELP_DIR "/users"
- #define HPATH HELP_DIR "/opers"
+-#define UHPATH HELP_DIR "/users"
+-#define HPATH HELP_DIR "/opers"
++#define UHPATH HELP_DIR "/users"
++#define HPATH HELP_DIR "/opers"
+#define RUNPATH "%%RUNDIR%%"
-+#define DBPTH "%%DBDIR%%"
++#define DBPTH "%%DBDIR%%"
/* files */
#define SPATH BINPATH "/ircd" /* ircd executable */
- #define SLPATH BINPATH "/servlink" /* servlink executable */
#define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */
-#define DBPATH ETCPATH "/ban.db"
+#define DBPATH DBPTH "/ban.db"