summaryrefslogtreecommitdiff
path: root/irc/ratbox-services/files/patch-include_config.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-01 12:45:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-01 12:45:14 +0000
commitb873fc159ab9ef5cace8a31e25945ddabbb726bf (patch)
treea3f8f3b276471b6778c2f2488e261a2da1160f91 /irc/ratbox-services/files/patch-include_config.h
parent- Update to 0.5.1 (diff)
ratbox-services is a services package written mostly from scratch for
use with ircd-ratbox. It is highly configurable, with nearly all options being set in a config that can be rehashed rather than set at compile time. It also uses the SQLite database backend, which works as a database interface to a normal file, meaning no seperate database software must be running. Features: - User, nick and channel services - Jupe service - Global message service - Oper services - Opered bot - List service WWW: http://services.ircd-ratbox.org/ PR: ports/92520 Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes: svn path=/head/; revision=161043
Diffstat (limited to 'irc/ratbox-services/files/patch-include_config.h')
-rw-r--r--irc/ratbox-services/files/patch-include_config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/irc/ratbox-services/files/patch-include_config.h b/irc/ratbox-services/files/patch-include_config.h
new file mode 100644
index 000000000000..95134485d26c
--- /dev/null
+++ b/irc/ratbox-services/files/patch-include_config.h
@@ -0,0 +1,17 @@
+--- include/config.h.orig Tue Aug 23 20:41:19 2005
++++ include/config.h Sat Jan 28 22:08:14 2006
+@@ -5,11 +5,13 @@
+ * IMPORTANT: if you alter the directories these files go to,
+ * you must create those paths yourself.
+ */
++#define DBDIR "%%DBDIR%%"
++
+ #define CONF_PATH SYSCONFDIR "/ratbox-services.conf"
+ #define PID_PATH RUNDIR "/ratbox-services.pid"
+ #define LOG_PATH LOGDIR "/ratbox-services.log"
+ #define HELP_PATH HELPDIR
+-#define DB_PATH SYSCONFDIR "/ratbox-services.db"
++#define DB_PATH DBDIR "/ratbox-services.db"
+
+ /* SMALL_NETWORK
+ * If your network is fairly small, enable this to save some memory.