gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5975 - in GNUnet: m4 src/applications/fs/collection src/ap


From: gnunet
Subject: [GNUnet-SVN] r5975 - in GNUnet: m4 src/applications/fs/collection src/applications/fs/ecrs src/applications/fs/fsui src/applications/fs/lib src/applications/fs/namespace src/applications/kvstore_sqlite src/applications/sqstore_mysql src/applications/sqstore_sqlite
Date: Wed, 19 Dec 2007 17:23:57 -0700 (MST)

Author: grothoff
Date: 2007-12-19 17:23:57 -0700 (Wed, 19 Dec 2007)
New Revision: 5975

Modified:
   GNUnet/m4/Makefile.in
   GNUnet/src/applications/fs/collection/peer.conf
   GNUnet/src/applications/fs/ecrs/peer.conf
   GNUnet/src/applications/fs/fsui/peer.conf
   GNUnet/src/applications/fs/lib/peer.conf
   GNUnet/src/applications/fs/namespace/peer.conf
   GNUnet/src/applications/kvstore_sqlite/check.conf
   GNUnet/src/applications/sqstore_mysql/check.conf
   GNUnet/src/applications/sqstore_sqlite/check.conf
Log:
add dstore options where needed

Modified: GNUnet/m4/Makefile.in
===================================================================
--- GNUnet/m4/Makefile.in       2007-12-20 00:13:31 UTC (rev 5974)
+++ GNUnet/m4/Makefile.in       2007-12-20 00:23:57 UTC (rev 5975)
@@ -134,6 +134,7 @@
 QTINC = @QTINC@
 QTLIBS = @QTLIBS@
 RANLIB = @RANLIB@
+SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 SQLITE_CPPFLAGS = @SQLITE_CPPFLAGS@

Modified: GNUnet/src/applications/fs/collection/peer.conf
===================================================================
--- GNUnet/src/applications/fs/collection/peer.conf     2007-12-20 00:13:31 UTC 
(rev 5974)
+++ GNUnet/src/applications/fs/collection/peer.conf     2007-12-20 00:23:57 UTC 
(rev 5975)
@@ -21,6 +21,7 @@
 # you can also use sqstore_mysql here if 
 # that DB is available...
 topology = "topology_default"
+dstore = "dstore_sqlite"
 
 [NETWORK]
 PORT = 12087

Modified: GNUnet/src/applications/fs/ecrs/peer.conf
===================================================================
--- GNUnet/src/applications/fs/ecrs/peer.conf   2007-12-20 00:13:31 UTC (rev 
5974)
+++ GNUnet/src/applications/fs/ecrs/peer.conf   2007-12-20 00:23:57 UTC (rev 
5975)
@@ -22,6 +22,7 @@
 # you can also use sqstore_mysql here if 
 # that DB is available...
 topology = "topology_default"
+dstore = "dstore_sqlite"
 
 [NETWORK]
 PORT = 2087

Modified: GNUnet/src/applications/fs/fsui/peer.conf
===================================================================
--- GNUnet/src/applications/fs/fsui/peer.conf   2007-12-20 00:13:31 UTC (rev 
5974)
+++ GNUnet/src/applications/fs/fsui/peer.conf   2007-12-20 00:23:57 UTC (rev 
5975)
@@ -22,6 +22,7 @@
 # you can also use sqstore_mysql here if 
 # that DB is available...
 topology = "topology_default"
+dstore = "dstore_sqlite"
 
 [NETWORK]
 PORT = 12087

Modified: GNUnet/src/applications/fs/lib/peer.conf
===================================================================
--- GNUnet/src/applications/fs/lib/peer.conf    2007-12-20 00:13:31 UTC (rev 
5974)
+++ GNUnet/src/applications/fs/lib/peer.conf    2007-12-20 00:23:57 UTC (rev 
5975)
@@ -22,6 +22,7 @@
 # you can also use sqstore_mysql here if 
 # that DB is available...
 topology = "topology_default"
+dstore = "dstore_sqlite"
 
 [NETWORK]
 PORT = 2087

Modified: GNUnet/src/applications/fs/namespace/peer.conf
===================================================================
--- GNUnet/src/applications/fs/namespace/peer.conf      2007-12-20 00:13:31 UTC 
(rev 5974)
+++ GNUnet/src/applications/fs/namespace/peer.conf      2007-12-20 00:23:57 UTC 
(rev 5975)
@@ -20,6 +20,7 @@
 # you can also use sqstore_mysql here if 
 # that DB is available...
 topology = "topology_default"
+dstore = "dstore_sqlite"
 
 [NETWORK]
 PORT = 2087

Modified: GNUnet/src/applications/kvstore_sqlite/check.conf
===================================================================
--- GNUnet/src/applications/kvstore_sqlite/check.conf   2007-12-20 00:13:31 UTC 
(rev 5974)
+++ GNUnet/src/applications/kvstore_sqlite/check.conf   2007-12-20 00:23:57 UTC 
(rev 5975)
@@ -11,7 +11,7 @@
 HOSTS = $GNUNETD_HOME/data/hosts/
 HTTP-PROXY = ""
 HTTP-PROXY-PORT = 1080
-APPLICATIONS = "fs getoption stats traffic"
+APPLICATIONS = "getoption stats traffic"
 PROCESS-PRIORITY = "NORMAL"
 
 [KEYVALUE_DATABASE]

Modified: GNUnet/src/applications/sqstore_mysql/check.conf
===================================================================
--- GNUnet/src/applications/sqstore_mysql/check.conf    2007-12-20 00:13:31 UTC 
(rev 5974)
+++ GNUnet/src/applications/sqstore_mysql/check.conf    2007-12-20 00:23:57 UTC 
(rev 5975)
@@ -13,6 +13,7 @@
 
 [MODULES]
 sqstore = "sqstore_mysql"
+dstore = "dstore_mysql"
 topology = "topology_default"
 
 [NETWORK]

Modified: GNUnet/src/applications/sqstore_sqlite/check.conf
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/check.conf   2007-12-20 00:13:31 UTC 
(rev 5974)
+++ GNUnet/src/applications/sqstore_sqlite/check.conf   2007-12-20 00:23:57 UTC 
(rev 5975)
@@ -17,6 +17,7 @@
 [MODULES]
 sqstore = "sqstore_sqlite"
 topology = "topology_default"
+dstore = "dstore_sqlite"
 
 [NETWORK]
 PORT = 12087





reply via email to

[Prev in Thread] Current Thread [Next in Thread]