gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11329 - in gnunet/src: datastore dht dv fs transport


From: gnunet
Subject: [GNUnet-SVN] r11329 - in gnunet/src: datastore dht dv fs transport
Date: Tue, 11 May 2010 21:05:46 +0200

Author: grothoff
Date: 2010-05-11 21:05:46 +0200 (Tue, 11 May 2010)
New Revision: 11329

Modified:
   gnunet/src/datastore/perf_plugin_datastore_data.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/transport/test_plugin_transport_data_http.conf
   gnunet/src/transport/test_transport_api_data.conf
   gnunet/src/transport/test_transport_api_http_peer2.conf
   gnunet/src/transport/test_transport_api_udp_nat_peer1.conf
   gnunet/src/transport/test_transport_api_udp_nat_peer2.conf
Log:
no more allow shutdown

Modified: gnunet/src/datastore/perf_plugin_datastore_data.conf
===================================================================
--- gnunet/src/datastore/perf_plugin_datastore_data.conf        2010-05-11 
19:00:59 UTC (rev 11328)
+++ gnunet/src/datastore/perf_plugin_datastore_data.conf        2010-05-11 
19:05:46 UTC (rev 11329)
@@ -9,7 +9,6 @@
 BINARY = gnunet-service-datastore
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-ALLOW_SHUTDOWN = YES
 QUOTA = 1000000
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 DATABASE = sqlite

Modified: gnunet/src/datastore/test_datastore_api_data.conf
===================================================================
--- gnunet/src/datastore/test_datastore_api_data.conf   2010-05-11 19:00:59 UTC 
(rev 11328)
+++ gnunet/src/datastore/test_datastore_api_data.conf   2010-05-11 19:05:46 UTC 
(rev 11329)
@@ -19,7 +19,6 @@
 BINARY = gnunet-service-datastore
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-ALLOW_SHUTDOWN = YES
 QUOTA = 10000000
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 DATABASE = sqlite

Modified: gnunet/src/dht/test_dht_api_data.conf
===================================================================
--- gnunet/src/dht/test_dht_api_data.conf       2010-05-11 19:00:59 UTC (rev 
11328)
+++ gnunet/src/dht/test_dht_api_data.conf       2010-05-11 19:05:46 UTC (rev 
11329)
@@ -3,7 +3,6 @@
 DEFAULTCONFIG = test_dht_api_data.conf
 
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -20,7 +19,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -51,7 +49,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -62,7 +59,6 @@
 
 [dht]
 DEBUG = YES
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-dht
@@ -77,7 +73,6 @@
 plugins = tcp
 DEBUG = NO
 PREFIX = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -90,7 +85,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -100,7 +94,6 @@
 PORT = 2090
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -110,7 +103,6 @@
 PORT = 2089
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -121,7 +113,6 @@
 
 [arm]
 DEFAULTSERVICES = resolver transport core
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -131,7 +122,6 @@
 PORT = 2087
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 2094
 

Modified: gnunet/src/dht/test_dht_api_peer1.conf
===================================================================
--- gnunet/src/dht/test_dht_api_peer1.conf      2010-05-11 19:00:59 UTC (rev 
11328)
+++ gnunet/src/dht/test_dht_api_peer1.conf      2010-05-11 19:05:46 UTC (rev 
11329)
@@ -1,5 +1,4 @@
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -16,7 +15,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -27,7 +25,6 @@
 
 [dht]
 DEBUG = NO
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-dht
@@ -67,7 +64,6 @@
 DEBUG = NO
 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@
 PORT = 12369
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@
 PORT = 12364
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -112,7 +105,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -123,7 +115,6 @@
 
 [arm]
 DEFAULTSERVICES = peerinfo core dht
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -133,7 +124,6 @@
 PORT = 12366
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 12368
 

Modified: gnunet/src/dv/test_transport_api_data.conf
===================================================================
--- gnunet/src/dv/test_transport_api_data.conf  2010-05-11 19:00:59 UTC (rev 
11328)
+++ gnunet/src/dv/test_transport_api_data.conf  2010-05-11 19:05:46 UTC (rev 
11329)
@@ -6,7 +6,6 @@
 PORT = 2094
 
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -23,7 +22,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -54,7 +52,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -67,7 +64,6 @@
 plugins = tcp
 DEBUG = NO
 PREFIX = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@
 PORT = 2090
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@
 PORT = 2089
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@
 
 [arm]
 DEFAULTSERVICES = resolver transport core
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@
 PORT = 2087
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 2094
 

Modified: gnunet/src/dv/test_transport_api_dv_peer1.conf
===================================================================
--- gnunet/src/dv/test_transport_api_dv_peer1.conf      2010-05-11 19:00:59 UTC 
(rev 11328)
+++ gnunet/src/dv/test_transport_api_dv_peer1.conf      2010-05-11 19:05:46 UTC 
(rev 11329)
@@ -1,5 +1,4 @@
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -16,7 +15,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -50,7 +48,6 @@
 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
 #BINARY = 
/home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -64,7 +61,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -74,7 +70,6 @@
 PORT = 12369
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -84,7 +79,6 @@
 PORT = 12364
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -95,7 +89,6 @@
 
 [dv]
 DEBUG = NO
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 #BINARY = gnunet-service-dv
@@ -110,7 +103,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -121,7 +113,6 @@
 
 [arm]
 DEFAULTSERVICES = core dv statistics
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -131,7 +122,6 @@
 PORT = 12366
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 12368
 

Modified: gnunet/src/dv/test_transport_api_dv_peer2.conf
===================================================================
--- gnunet/src/dv/test_transport_api_dv_peer2.conf      2010-05-11 19:00:59 UTC 
(rev 11328)
+++ gnunet/src/dv/test_transport_api_dv_peer2.conf      2010-05-11 19:05:46 UTC 
(rev 11329)
@@ -1,5 +1,4 @@
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -15,7 +14,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -28,7 +26,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -60,7 +57,6 @@
 PLUGINS = tcp dv
 DEBUG = NO
 # PREFIX = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -77,7 +73,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -87,7 +82,6 @@
 PORT = 22369
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -97,7 +91,6 @@
 PORT = 22364
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -108,7 +101,6 @@
 
 [dv]
 DEBUG = NO
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 #BINARY = gnunet-service-dv
@@ -122,7 +114,6 @@
 
 [arm]
 DEFAULTSERVICES = core dv statistics
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -132,7 +123,6 @@
 PORT = 22366
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 22368
 

Modified: gnunet/src/dv/test_transport_api_dv_peer3.conf
===================================================================
--- gnunet/src/dv/test_transport_api_dv_peer3.conf      2010-05-11 19:00:59 UTC 
(rev 11328)
+++ gnunet/src/dv/test_transport_api_dv_peer3.conf      2010-05-11 19:05:46 UTC 
(rev 11329)
@@ -1,5 +1,4 @@
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -16,7 +15,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -47,7 +45,6 @@
 [transport]
 PLUGINS = tcp dv
 DEBUG = NO
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -65,7 +62,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -75,7 +71,6 @@
 PORT = 32369
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -87,7 +82,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -97,7 +91,6 @@
 PORT = 32092
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -108,7 +101,6 @@
 
 [dv]
 DEBUG = YES
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-dv
@@ -122,7 +114,6 @@
 
 [arm]
 DEFAULTSERVICES = core dv statistics
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -132,7 +123,6 @@
 PORT = 32366
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 32368
 

Modified: gnunet/src/fs/fs_test_lib_data.conf
===================================================================
--- gnunet/src/fs/fs_test_lib_data.conf 2010-05-11 19:00:59 UTC (rev 11328)
+++ gnunet/src/fs/fs_test_lib_data.conf 2010-05-11 19:05:46 UTC (rev 11329)
@@ -29,7 +29,6 @@
 HOSTNAME = localhost
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 #PORT = 43468
 #DEBUG = YES

Modified: gnunet/src/transport/test_plugin_transport_data_http.conf
===================================================================
--- gnunet/src/transport/test_plugin_transport_data_http.conf   2010-05-11 
19:00:59 UTC (rev 11328)
+++ gnunet/src/transport/test_plugin_transport_data_http.conf   2010-05-11 
19:05:46 UTC (rev 11329)
@@ -7,7 +7,6 @@
 DEBUG = YES
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -18,7 +17,6 @@
 
 [arm]
 DEFAULTSERVICES = resolver transport core statistics topology hostlist
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm

Modified: gnunet/src/transport/test_transport_api_data.conf
===================================================================
--- gnunet/src/transport/test_transport_api_data.conf   2010-05-11 19:00:59 UTC 
(rev 11328)
+++ gnunet/src/transport/test_transport_api_data.conf   2010-05-11 19:05:46 UTC 
(rev 11329)
@@ -6,7 +6,6 @@
 PORT = 2094
 
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -23,7 +22,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -54,7 +52,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -67,7 +64,6 @@
 plugins = udp
 DEBUG = NO
 PREFIX = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@
 PORT = 2090
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@
 PORT = 2089
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@
 
 [arm]
 DEFAULTSERVICES = resolver transport core
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@
 PORT = 2087
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 2094
 

Modified: gnunet/src/transport/test_transport_api_http_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_http_peer2.conf     2010-05-11 
19:00:59 UTC (rev 11328)
+++ gnunet/src/transport/test_transport_api_http_peer2.conf     2010-05-11 
19:05:46 UTC (rev 11329)
@@ -50,7 +50,6 @@
 PLUGINS = http
 DEBUG = YES
 # PREFIX = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50

Modified: gnunet/src/transport/test_transport_api_udp_nat_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_udp_nat_peer1.conf  2010-05-11 
19:00:59 UTC (rev 11328)
+++ gnunet/src/transport/test_transport_api_udp_nat_peer1.conf  2010-05-11 
19:05:46 UTC (rev 11329)
@@ -5,7 +5,6 @@
 EXTERNAL_ADDRESS = 127.0.0.1
 
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -22,7 +21,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -53,7 +51,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -65,7 +62,6 @@
 [transport]
 PLUGINS = udp_nat
 DEBUG = NO
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@
 PORT = 12369
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@
 PORT = 12364
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@
 
 [arm]
 DEFAULTSERVICES = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@
 PORT = 12366
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 12368
 

Modified: gnunet/src/transport/test_transport_api_udp_nat_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_udp_nat_peer2.conf  2010-05-11 
19:00:59 UTC (rev 11328)
+++ gnunet/src/transport/test_transport_api_udp_nat_peer2.conf  2010-05-11 
19:05:46 UTC (rev 11329)
@@ -5,7 +5,6 @@
 INTERNAL_ADDRESS = 127.0.0.1
 
 [fs]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-fs
@@ -22,7 +21,6 @@
 DATABASE = sqlite
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-datastore
@@ -53,7 +51,6 @@
 [core]
 TOTAL_QUOTA_OUT = 3932160
 TOTAL_QUOTA_IN = 3932160
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-core
@@ -66,7 +63,6 @@
 PLUGINS = udp_nat
 DEBUG = NO
 PREFIX = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@
 PORT = 22369
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@
 PORT = 22364
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@
 
 [arm]
 DEFAULTSERVICES = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@
 PORT = 22366
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
 PORT = 22368
 




reply via email to

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