Blob Blame History Raw
Marek Mahut <mmahut@fedoraproject.org>: fixing DB path

diff -Naur ratbox-services-1.2.1-upstream/include/config.h ratbox-services-1.2.1/include/config.h
--- ratbox-services-1.2.1-upstream/include/config.h	2008-08-29 10:03:39.000000000 +0200
+++ ratbox-services-1.2.1/include/config.h	2008-08-29 10:05:31.000000000 +0200
@@ -9,7 +9,7 @@
 #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		"/var/lib/ratbox-services/ratbox-services.db"
 
 /* SMALL_NETWORK
  * If your network is fairly small, enable this to save some memory.