gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25496 - in gnunet/src: arm chat core datastore fs gns host


From: gnunet
Subject: [GNUnet-SVN] r25496 - in gnunet/src: arm chat core datastore fs gns hostlist lockmanager mesh nat nse pt statistics stream testbed testing topology transport
Date: Mon, 17 Dec 2012 11:33:17 +0100

Author: grothoff
Date: 2012-12-17 11:33:17 +0100 (Mon, 17 Dec 2012)
New Revision: 25496

Modified:
   gnunet/src/arm/test_arm_api_data.conf
   gnunet/src/chat/test_chat_data.conf
   gnunet/src/core/test_core_defaults.conf
   gnunet/src/datastore/test_defaults.conf
   gnunet/src/fs/test_fs_defaults.conf
   gnunet/src/gns/test_gns_defaults.conf
   gnunet/src/hostlist/test_hostlist_defaults.conf
   gnunet/src/lockmanager/test_lockmanager_api.conf
   gnunet/src/mesh/test_mesh.conf
   gnunet/src/nat/test_nat_data.conf
   gnunet/src/nse/test_nse.conf
   gnunet/src/pt/test_gnunet_vpn.conf
   gnunet/src/statistics/test_statistics_api_data.conf
   gnunet/src/stream/test_stream_local.conf
   gnunet/src/testbed/test_testbed_api.conf
   gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf
   gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf
   gnunet/src/testing/test_testing_defaults.conf
   gnunet/src/topology/test_gnunet_daemon_topology_data.conf
   gnunet/src/transport/test_transport_defaults.conf
Log:
-eliminate consensus warnings

Modified: gnunet/src/arm/test_arm_api_data.conf
===================================================================
--- gnunet/src/arm/test_arm_api_data.conf       2012-12-17 09:55:34 UTC (rev 
25495)
+++ gnunet/src/arm/test_arm_api_data.conf       2012-12-17 10:33:17 UTC (rev 
25496)
@@ -40,12 +40,12 @@
 [statistics]
 AUTOSTART = YES
 
-
 [dns]
 AUTOSTART = NO
 
+[consensus]
+AUTOSTART = NO
 
-
 [nse]
 AUTOSTART = NO
 

Modified: gnunet/src/chat/test_chat_data.conf
===================================================================
--- gnunet/src/chat/test_chat_data.conf 2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/chat/test_chat_data.conf 2012-12-17 10:33:17 UTC (rev 25496)
@@ -46,8 +46,9 @@
 [dns]
 AUTOSTART = NO
 
+[consensus]
+AUTOSTART = NO
 
-
 [nse]
 AUTOSTART = NO
 

Modified: gnunet/src/core/test_core_defaults.conf
===================================================================
--- gnunet/src/core/test_core_defaults.conf     2012-12-17 09:55:34 UTC (rev 
25495)
+++ gnunet/src/core/test_core_defaults.conf     2012-12-17 10:33:17 UTC (rev 
25496)
@@ -62,3 +62,6 @@
 
 [lockmanager]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/datastore/test_defaults.conf
===================================================================
--- gnunet/src/datastore/test_defaults.conf     2012-12-17 09:55:34 UTC (rev 
25495)
+++ gnunet/src/datastore/test_defaults.conf     2012-12-17 10:33:17 UTC (rev 
25496)
@@ -34,3 +34,6 @@
 
 [fs]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/fs/test_fs_defaults.conf
===================================================================
--- gnunet/src/fs/test_fs_defaults.conf 2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/fs/test_fs_defaults.conf 2012-12-17 10:33:17 UTC (rev 25496)
@@ -87,3 +87,6 @@
 
 [namestore]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/gns/test_gns_defaults.conf
===================================================================
--- gnunet/src/gns/test_gns_defaults.conf       2012-12-17 09:55:34 UTC (rev 
25495)
+++ gnunet/src/gns/test_gns_defaults.conf       2012-12-17 10:33:17 UTC (rev 
25496)
@@ -66,3 +66,6 @@
 
 [vpn]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/hostlist/test_hostlist_defaults.conf
===================================================================
--- gnunet/src/hostlist/test_hostlist_defaults.conf     2012-12-17 09:55:34 UTC 
(rev 25495)
+++ gnunet/src/hostlist/test_hostlist_defaults.conf     2012-12-17 10:33:17 UTC 
(rev 25496)
@@ -68,3 +68,6 @@
 
 [nat]
 RETURN_LOCAL_ADDRESSES = YES
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/lockmanager/test_lockmanager_api.conf
===================================================================
--- gnunet/src/lockmanager/test_lockmanager_api.conf    2012-12-17 09:55:34 UTC 
(rev 25495)
+++ gnunet/src/lockmanager/test_lockmanager_api.conf    2012-12-17 10:33:17 UTC 
(rev 25496)
@@ -66,3 +66,6 @@
 
 [nse]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/mesh/test_mesh.conf
===================================================================
--- gnunet/src/mesh/test_mesh.conf      2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/mesh/test_mesh.conf      2012-12-17 10:33:17 UTC (rev 25496)
@@ -77,3 +77,6 @@
 
 [namestore]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/nat/test_nat_data.conf
===================================================================
--- gnunet/src/nat/test_nat_data.conf   2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/nat/test_nat_data.conf   2012-12-17 10:33:17 UTC (rev 25496)
@@ -134,3 +134,5 @@
 AUTOSTART = NO
 
 
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/nse/test_nse.conf
===================================================================
--- gnunet/src/nse/test_nse.conf        2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/nse/test_nse.conf        2012-12-17 10:33:17 UTC (rev 25496)
@@ -72,3 +72,5 @@
 DELETE_FILES = NO
 
 
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/pt/test_gnunet_vpn.conf
===================================================================
--- gnunet/src/pt/test_gnunet_vpn.conf  2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/pt/test_gnunet_vpn.conf  2012-12-17 10:33:17 UTC (rev 25496)
@@ -44,3 +44,6 @@
 [nat]
 USE_LOCALADDR = YES
 RETURN_LOCAL_ADDRESSES = YES
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/statistics/test_statistics_api_data.conf
===================================================================
--- gnunet/src/statistics/test_statistics_api_data.conf 2012-12-17 09:55:34 UTC 
(rev 25495)
+++ gnunet/src/statistics/test_statistics_api_data.conf 2012-12-17 10:33:17 UTC 
(rev 25496)
@@ -49,3 +49,5 @@
 [vpn]
 AUTOSTART = NO
 
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/stream/test_stream_local.conf
===================================================================
--- gnunet/src/stream/test_stream_local.conf    2012-12-17 09:55:34 UTC (rev 
25495)
+++ gnunet/src/stream/test_stream_local.conf    2012-12-17 10:33:17 UTC (rev 
25496)
@@ -86,3 +86,7 @@
 
 [nat]
 RETURN_LOCAL_ADDRESSES = YES
+
+[consensus]
+AUTOSTART = NO
+

Modified: gnunet/src/testbed/test_testbed_api.conf
===================================================================
--- gnunet/src/testbed/test_testbed_api.conf    2012-12-17 09:55:34 UTC (rev 
25495)
+++ gnunet/src/testbed/test_testbed_api.conf    2012-12-17 10:33:17 UTC (rev 
25496)
@@ -77,4 +77,8 @@
 RETURN_LOCAL_ADDRESSES = YES
 
 [gns-helper-service-w32]
-AUTOSTART = NO
\ No newline at end of file
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+

Modified: 
gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf
===================================================================
--- gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf     
2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf     
2012-12-17 10:33:17 UTC (rev 25496)
@@ -77,4 +77,8 @@
 RETURN_LOCAL_ADDRESSES = YES
 
 [gns-helper-service-w32]
-AUTOSTART = NO
\ No newline at end of file
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+

Modified: 
gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf
===================================================================
--- gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf 
2012-12-17 09:55:34 UTC (rev 25495)
+++ gnunet/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf 
2012-12-17 10:33:17 UTC (rev 25496)
@@ -77,4 +77,8 @@
 RETURN_LOCAL_ADDRESSES = YES
 
 [gns-helper-service-w32]
-AUTOSTART = NO
\ No newline at end of file
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+

Modified: gnunet/src/testing/test_testing_defaults.conf
===================================================================
--- gnunet/src/testing/test_testing_defaults.conf       2012-12-17 09:55:34 UTC 
(rev 25495)
+++ gnunet/src/testing/test_testing_defaults.conf       2012-12-17 10:33:17 UTC 
(rev 25496)
@@ -78,3 +78,7 @@
 
 [lockmanager]
 AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+

Modified: gnunet/src/topology/test_gnunet_daemon_topology_data.conf
===================================================================
--- gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2012-12-17 
09:55:34 UTC (rev 25495)
+++ gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2012-12-17 
10:33:17 UTC (rev 25496)
@@ -61,4 +61,6 @@
 [nse]
 AUTOSTART = NO
 
+[consensus]
+AUTOSTART = NO
 

Modified: gnunet/src/transport/test_transport_defaults.conf
===================================================================
--- gnunet/src/transport/test_transport_defaults.conf   2012-12-17 09:55:34 UTC 
(rev 25495)
+++ gnunet/src/transport/test_transport_defaults.conf   2012-12-17 10:33:17 UTC 
(rev 25496)
@@ -49,6 +49,9 @@
 [lockmanager]
 AUTOSTART = NO
 
+[consensus]
+AUTOSTART = NO
+
 [nat]
 DISABLEV6 = YES
 BINDTO = 127.0.0.1




reply via email to

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