ports/irc/ratbox-services/files/patch-include_config.h
Beech Rintoul 8bf7d6ac01 - Update to 1.2.0
Some port changes include:
o Removed port dependency on patch files.
o Added LIB_DEPENDS for requiring pcre to build services.
o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files.
o Added PERL dependency for database schema generation scripts on port installation.
o Added new Memoserv configure options.
o Restored MySQL database backend support.
o Fixed build error caused when building with 'NOPORTDOCS=yes'.

Brief list of some package changes:
o Multi-language support - Support for different language translations of services help files and
responses (currently not recommended in this release).
o Memoserv - A new service allowing usernames to send memos to each other.
o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv.
o Regexp - Ability to add regular expression ban matches.
o Suspend - Ability to suspend users and channels.

PR:		ports/125035
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-07-02 22:28:13 +00: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.