opnsense-ports/irc/ratbox-services/files/patch-include_config.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
660 B
C

--- ./include/config.h.orig 2008-05-20 20:11:01.000000000 +0100
+++ ./include/config.h 2008-06-26 15:50:19.000000000 +0100
@@ -5,11 +5,12 @@
* 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.