aboutsummaryrefslogtreecommitdiff
path: root/src/sensor
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/sensor
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/sensor')
-rw-r--r--src/sensor/gnunet-sensor-profiler.conf3
-rw-r--r--src/sensor/test_gnunet-service-sensor_reporting.conf3
-rw-r--r--src/sensor/test_pow_sign.conf2
3 files changed, 0 insertions, 8 deletions
diff --git a/src/sensor/gnunet-sensor-profiler.conf b/src/sensor/gnunet-sensor-profiler.conf
index 34a0f41b2..1c9cdb3bd 100644
--- a/src/sensor/gnunet-sensor-profiler.conf
+++ b/src/sensor/gnunet-sensor-profiler.conf
@@ -1,9 +1,6 @@
1[testbed] 1[testbed]
2OVERLAY_TOPOLOGY = FROM_FILE 2OVERLAY_TOPOLOGY = FROM_FILE
3 3
4[arm]
5DEFAULTSERVICES = topology dht cadet
6
7[sensor] 4[sensor]
8SENSOR_DIR = /tmp/gnunet-sensor-profiler/ 5SENSOR_DIR = /tmp/gnunet-sensor-profiler/
9 6
diff --git a/src/sensor/test_gnunet-service-sensor_reporting.conf b/src/sensor/test_gnunet-service-sensor_reporting.conf
index 6c1ad845b..119191f01 100644
--- a/src/sensor/test_gnunet-service-sensor_reporting.conf
+++ b/src/sensor/test_gnunet-service-sensor_reporting.conf
@@ -1,9 +1,6 @@
1[testbed] 1[testbed]
2OVERLAY_TOPOLOGY = CLIQUE 2OVERLAY_TOPOLOGY = CLIQUE
3 3
4[arm]
5DEFAULTSERVICES = topology dht cadet
6
7[sensor] 4[sensor]
8#PREFIX = valgrind --leak-check=full 5#PREFIX = valgrind --leak-check=full
9SENSOR_DIR = /tmp/test-gnunet-service-sensor-reporting/ 6SENSOR_DIR = /tmp/test-gnunet-service-sensor-reporting/
diff --git a/src/sensor/test_pow_sign.conf b/src/sensor/test_pow_sign.conf
index ae23d4d26..e69de29bb 100644
--- a/src/sensor/test_pow_sign.conf
+++ b/src/sensor/test_pow_sign.conf
@@ -1,2 +0,0 @@
1[arm]
2DEFAULTSERVICES = core \ No newline at end of file