gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11359 - in gnunet/src: core datastore dht dv fs hostlist m


From: gnunet
Subject: [GNUnet-SVN] r11359 - in gnunet/src: core datastore dht dv fs hostlist migration peerinfo-tool testing topology
Date: Wed, 12 May 2010 17:12:29 +0200

Author: grothoff
Date: 2010-05-12 17:12:29 +0200 (Wed, 12 May 2010)
New Revision: 11359

Modified:
   gnunet/src/core/test_core_api_peer1.conf
   gnunet/src/core/test_core_api_peer2.conf
   gnunet/src/datastore/test_datastore_api_data.conf
   gnunet/src/dht/test_dht_api_data.conf
   gnunet/src/dht/test_dht_api_peer1.conf
   gnunet/src/dv/test_transport_api_data.conf
   gnunet/src/dv/test_transport_api_dv_peer1.conf
   gnunet/src/dv/test_transport_api_dv_peer2.conf
   gnunet/src/dv/test_transport_api_dv_peer3.conf
   gnunet/src/fs/fs_test_lib_data.conf
   gnunet/src/fs/test_fs_data.conf
   gnunet/src/fs/test_fs_download_data.conf
   gnunet/src/fs/test_fs_file_information_data.conf
   gnunet/src/fs/test_fs_list_indexed_data.conf
   gnunet/src/fs/test_fs_namespace_data.conf
   gnunet/src/fs/test_fs_publish_data.conf
   gnunet/src/fs/test_fs_search_data.conf
   gnunet/src/fs/test_fs_unindex_data.conf
   gnunet/src/fs/test_gnunet_fs_idx_data.conf
   gnunet/src/fs/test_gnunet_fs_ns_data.conf
   gnunet/src/fs/test_gnunet_fs_psd_data.conf
   gnunet/src/fs/test_gnunet_fs_rec_data.conf
   gnunet/src/hostlist/test_learning_adv_peer.conf
   gnunet/src/hostlist/test_learning_learn_peer.conf
   gnunet/src/hostlist/test_learning_learn_peer2.conf
   gnunet/src/migration/test_gnunet_daemon_migration_data.conf
   gnunet/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
   gnunet/src/testing/test_testing_connect_peer1.conf
   gnunet/src/testing/test_testing_connect_peer2.conf
   gnunet/src/testing/test_testing_data.conf
   gnunet/src/testing/test_testing_data_remote.conf
   gnunet/src/testing/test_testing_data_topology_2d_torus.conf
   gnunet/src/testing/test_testing_data_topology_blacklist.conf
   gnunet/src/testing/test_testing_data_topology_clique.conf
   gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
   gnunet/src/testing/test_testing_data_topology_clique_random.conf
   gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
   gnunet/src/testing/test_testing_data_topology_internat.conf
   gnunet/src/testing/test_testing_data_topology_ring.conf
   gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
   gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
   gnunet/src/topology/test_gnunet_daemon_topology_data.conf
Log:
do not use default services for things that ARM will start automatically

Modified: gnunet/src/core/test_core_api_peer1.conf
===================================================================
--- gnunet/src/core/test_core_api_peer1.conf    2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/core/test_core_api_peer1.conf    2010-05-12 15:12:29 UTC (rev 
11359)
@@ -17,7 +17,7 @@
 
 [arm]
 PORT = 12466
-DEFAULTSERVICES = resolver
+DEFAULTSERVICES = 
 #GLOBAL_PREFIX = xterm -e valgrind --tool=memcheck
 
 [statistics]

Modified: gnunet/src/core/test_core_api_peer2.conf
===================================================================
--- gnunet/src/core/test_core_api_peer2.conf    2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/core/test_core_api_peer2.conf    2010-05-12 15:12:29 UTC (rev 
11359)
@@ -17,7 +17,7 @@
 
 [arm]
 PORT = 22466
-DEFAULTSERVICES = resolver
+DEFAULTSERVICES = 
 #GLOBAL_PREFIX = xterm -e valgrind --tool=memcheck
 
 [statistics]

Modified: gnunet/src/datastore/test_datastore_api_data.conf
===================================================================
--- gnunet/src/datastore/test_datastore_api_data.conf   2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/datastore/test_datastore_api_data.conf   2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -3,7 +3,7 @@
 DEFAULTCONFIG = test_datastore_api_data.conf
 
 [arm]
-DEFAULTSERVICES = resolver 
+DEFAULTSERVICES = 
 PORT = 42466
 HOSTNAME = localhost
 

Modified: gnunet/src/dht/test_dht_api_data.conf
===================================================================
--- gnunet/src/dht/test_dht_api_data.conf       2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/dht/test_dht_api_data.conf       2010-05-12 15:12:29 UTC (rev 
11359)
@@ -112,7 +112,7 @@
 PORT = 2088
 
 [arm]
-DEFAULTSERVICES = resolver transport core
+DEFAULTSERVICES = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/dht/test_dht_api_peer1.conf
===================================================================
--- gnunet/src/dht/test_dht_api_peer1.conf      2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/dht/test_dht_api_peer1.conf      2010-05-12 15:12:29 UTC (rev 
11359)
@@ -114,7 +114,7 @@
 PORT = 12092
 
 [arm]
-DEFAULTSERVICES = peerinfo core dht
+DEFAULTSERVICES = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/dv/test_transport_api_data.conf
===================================================================
--- gnunet/src/dv/test_transport_api_data.conf  2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/dv/test_transport_api_data.conf  2010-05-12 15:12:29 UTC (rev 
11359)
@@ -103,7 +103,7 @@
 PORT = 2088
 
 [arm]
-DEFAULTSERVICES = resolver transport core
+DEFAULTSERVICES = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/dv/test_transport_api_dv_peer1.conf
===================================================================
--- gnunet/src/dv/test_transport_api_dv_peer1.conf      2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/dv/test_transport_api_dv_peer1.conf      2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -112,7 +112,7 @@
 PORT = 12092
 
 [arm]
-DEFAULTSERVICES = core dv statistics
+DEFAULTSERVICES = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/dv/test_transport_api_dv_peer2.conf
===================================================================
--- gnunet/src/dv/test_transport_api_dv_peer2.conf      2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/dv/test_transport_api_dv_peer2.conf      2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -113,7 +113,7 @@
 PORT = 22370
 
 [arm]
-DEFAULTSERVICES = core dv statistics
+DEFAULTSERVICES = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/dv/test_transport_api_dv_peer3.conf
===================================================================
--- gnunet/src/dv/test_transport_api_dv_peer3.conf      2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/dv/test_transport_api_dv_peer3.conf      2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -113,7 +113,7 @@
 PORT = 32370
 
 [arm]
-DEFAULTSERVICES = core dv statistics
+DEFAULTSERVICES = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/fs/fs_test_lib_data.conf
===================================================================
--- gnunet/src/fs/fs_test_lib_data.conf 2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/fs/fs_test_lib_data.conf 2010-05-12 15:12:29 UTC (rev 11359)
@@ -17,7 +17,7 @@
 [arm]
 PORT = 43466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore transport core fs peerinfo
+DEFAULTSERVICES = 
 
 [datastore]
 #DEBUG = YES

Modified: gnunet/src/fs/test_fs_data.conf
===================================================================
--- gnunet/src/fs/test_fs_data.conf     2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/fs/test_fs_data.conf     2010-05-12 15:12:29 UTC (rev 11359)
@@ -17,7 +17,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore fs
+DEFAULTSERVICES =
 
 [datastore]
 #DEBUG = YES

Modified: gnunet/src/fs/test_fs_download_data.conf
===================================================================
--- gnunet/src/fs/test_fs_download_data.conf    2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_fs_download_data.conf    2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/fs/test_fs_file_information_data.conf
===================================================================
--- gnunet/src/fs/test_fs_file_information_data.conf    2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/fs/test_fs_file_information_data.conf    2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore transport core fs
+DEFAULTSERVICES = 
 
 [datastore]
 #DEBUG = YES

Modified: gnunet/src/fs/test_fs_list_indexed_data.conf
===================================================================
--- gnunet/src/fs/test_fs_list_indexed_data.conf        2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/fs/test_fs_list_indexed_data.conf        2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore fs
+DEFAULTSERVICES =
 
 [datastore]
 #DEBUG = YES

Modified: gnunet/src/fs/test_fs_namespace_data.conf
===================================================================
--- gnunet/src/fs/test_fs_namespace_data.conf   2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_fs_namespace_data.conf   2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/fs/test_fs_publish_data.conf
===================================================================
--- gnunet/src/fs/test_fs_publish_data.conf     2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_fs_publish_data.conf     2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore fs
+DEFAULTSERVICES = 
 
 [datastore]
 #DEBUG = YES

Modified: gnunet/src/fs/test_fs_search_data.conf
===================================================================
--- gnunet/src/fs/test_fs_search_data.conf      2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_fs_search_data.conf      2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = peerinfo resolver datastore fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/fs/test_fs_unindex_data.conf
===================================================================
--- gnunet/src/fs/test_fs_unindex_data.conf     2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_fs_unindex_data.conf     2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 42466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore fs
+DEFAULTSERVICES = 
 
 [datastore]
 #DEBUG = YES

Modified: gnunet/src/fs/test_gnunet_fs_idx_data.conf
===================================================================
--- gnunet/src/fs/test_gnunet_fs_idx_data.conf  2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_gnunet_fs_idx_data.conf  2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 46466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore statistics fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/fs/test_gnunet_fs_ns_data.conf
===================================================================
--- gnunet/src/fs/test_gnunet_fs_ns_data.conf   2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_gnunet_fs_ns_data.conf   2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 47466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore statistics fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/fs/test_gnunet_fs_psd_data.conf
===================================================================
--- gnunet/src/fs/test_gnunet_fs_psd_data.conf  2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_gnunet_fs_psd_data.conf  2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 45466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore statistics fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/fs/test_gnunet_fs_rec_data.conf
===================================================================
--- gnunet/src/fs/test_gnunet_fs_rec_data.conf  2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/fs/test_gnunet_fs_rec_data.conf  2010-05-12 15:12:29 UTC (rev 
11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 44466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore statistics fs
+DEFAULTSERVICES = 
 
 [datastore]
 # DEBUG = YES

Modified: gnunet/src/hostlist/test_learning_adv_peer.conf
===================================================================
--- gnunet/src/hostlist/test_learning_adv_peer.conf     2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/hostlist/test_learning_adv_peer.conf     2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -11,7 +11,7 @@
 
 [arm]
 PORT = 22966
-DEFAULTSERVICES = resolver transport core statistics topology hostlist
+DEFAULTSERVICES = topology hostlist
 #GLOBAL_PREFIX = xterm -e gdb -x cmd --args
 DEBUG=YES
 

Modified: gnunet/src/hostlist/test_learning_learn_peer.conf
===================================================================
--- gnunet/src/hostlist/test_learning_learn_peer.conf   2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/hostlist/test_learning_learn_peer.conf   2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -11,7 +11,7 @@
 
 [arm]
 PORT = 12966
-DEFAULTSERVICES = resolver transport core statistics topology hostlist
+DEFAULTSERVICES = topology hostlist
 #GLOBAL_PREFIX = xterm -e gdb -x cmd --args 
 DEBUG=YES
 

Modified: gnunet/src/hostlist/test_learning_learn_peer2.conf
===================================================================
--- gnunet/src/hostlist/test_learning_learn_peer2.conf  2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/hostlist/test_learning_learn_peer2.conf  2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -11,7 +11,7 @@
 
 [arm]
 PORT = 32966
-DEFAULTSERVICES = resolver transport core statistics topology hostlist
+DEFAULTSERVICES = topology hostlist
 #GLOBAL_PREFIX = xterm -e gdb -x cmd --args 
 DEBUG=NO
 

Modified: gnunet/src/migration/test_gnunet_daemon_migration_data.conf
===================================================================
--- gnunet/src/migration/test_gnunet_daemon_migration_data.conf 2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/migration/test_gnunet_daemon_migration_data.conf 2010-05-12 
15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2666
-DEFAULTSERVICES = peerinfo transport core topology
+DEFAULTSERVICES = topology
 
 [statistics]
 PORT = 2667

Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo_data.conf     2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo_data.conf     2010-05-12 
15:12:29 UTC (rev 11359)
@@ -8,7 +8,7 @@
 PORT = 24355
 
 [arm]
-DEFAULTSERVICES = resolver peerinfo
+DEFAULTSERVICES = 
 
 [testing]
 WEAKRANDOM = YES
@@ -18,4 +18,4 @@
 PORT = 24356
 
 [transport-tcp]
-PORT = 24357
\ No newline at end of file
+PORT = 24357

Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -16,7 +16,7 @@
 [arm]
 PORT = 12566
 HOSTNAME = localhost
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 #DEBUG = YES
 
 [statistics]

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -15,7 +15,7 @@
 
 [arm]
 PORT = 22566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 HOSTNAME = localhost
 #DEBUG = YES
 

Modified: gnunet/src/testing/test_testing_data.conf
===================================================================
--- gnunet/src/testing/test_testing_data.conf   2010-05-12 15:04:39 UTC (rev 
11358)
+++ gnunet/src/testing/test_testing_data.conf   2010-05-12 15:12:29 UTC (rev 
11359)
@@ -13,7 +13,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_remote.conf
===================================================================
--- gnunet/src/testing/test_testing_data_remote.conf    2010-05-12 15:04:39 UTC 
(rev 11358)
+++ gnunet/src/testing/test_testing_data_remote.conf    2010-05-12 15:12:29 UTC 
(rev 11359)
@@ -1,4 +1,4 @@
-[PATHS]
+PATHS]
 SERVICEHOME = /tmp/test-gnunet-testing/
 DEFAULTCONFIG = test_testing_data.conf
 
@@ -13,7 +13,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_2d_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_2d_torus.conf 2010-05-12 
15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_blacklist.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_blacklist.conf        
2010-05-12 15:12:29 UTC (rev 11359)
@@ -16,7 +16,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf   2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf   2010-05-12 
15:12:29 UTC (rev 11359)
@@ -15,7 +15,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_clique_minimum.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_clique_minimum.conf   
2010-05-12 15:12:29 UTC (rev 11359)
@@ -15,7 +15,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_clique_random.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_clique_random.conf    
2010-05-12 15:12:29 UTC (rev 11359)
@@ -15,7 +15,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_erdos_renyi.conf      
2010-05-12 15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_internat.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_internat.conf 2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_internat.conf 2010-05-12 
15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_ring.conf     2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_ring.conf     2010-05-12 
15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_small_world_ring.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_small_world_ring.conf 
2010-05-12 15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/testing/test_testing_data_topology_small_world_torus.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2010-05-12 15:04:39 UTC (rev 11358)
+++ gnunet/src/testing/test_testing_data_topology_small_world_torus.conf        
2010-05-12 15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567

Modified: gnunet/src/topology/test_gnunet_daemon_topology_data.conf
===================================================================
--- gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2010-05-12 
15:04:39 UTC (rev 11358)
+++ gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2010-05-12 
15:12:29 UTC (rev 11359)
@@ -14,7 +14,7 @@
 
 [arm]
 PORT = 2666
-DEFAULTSERVICES = peerinfo transport core topology
+DEFAULTSERVICES = topology
 
 [statistics]
 PORT = 2667




reply via email to

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