aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
commitb8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch)
treebe6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/pt
parent3871fc32bbd05da817d94f4188023a4edebc367a (diff)
downloadgnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.tar.gz
gnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.zip
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.conf1
-rw-r--r--src/pt/test_gnunet_vpn.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index 96391dd2e..8f7046b2d 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -5,7 +5,6 @@ GNUNET_TEST_HOME = /tmp/gnunet-test-gns-vpn/
5PLUGINS = tcp 5PLUGINS = tcp
6 6
7[arm] 7[arm]
8DEFAULTSERVICES = statistics exit cadet vpn namestore gns
9PORT = 0 8PORT = 0
10ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
11 10
diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf
index 38f479775..5540c0fe4 100644
--- a/src/pt/test_gnunet_vpn.conf
+++ b/src/pt/test_gnunet_vpn.conf
@@ -5,7 +5,6 @@ GNUNET_TEST_HOME = /tmp/gnunet-test-vpn/
5PLUGINS = tcp 5PLUGINS = tcp
6 6
7[arm] 7[arm]
8DEFAULTSERVICES = statistics exit vpn
9PORT = 0 8PORT = 0
10ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
11 10