From c293f84ea192f361baf720a3979589c0e0881abc Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Sat, 23 Jun 2018 13:30:04 +0000 Subject: AUTOSTART renamed into START_ON_DEMAND (#4547a) --- src/integration-tests/confs/c_no_nat_client.conf | 4 ++-- src/integration-tests/confs/c_no_nat_client_2.conf | 6 +++--- src/integration-tests/confs/test_defaults.conf | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/integration-tests/confs') diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf index 26e816267..38a7d7fbc 100644 --- a/src/integration-tests/confs/c_no_nat_client.conf +++ b/src/integration-tests/confs/c_no_nat_client.conf @@ -32,13 +32,13 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18 PORT = 20022 [namestore] -AUTOSTART = YES +START_ON_DEMAND = YES [dns] UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19 [consensus] -AUTOSTART = YES +START_ON_DEMAND = YES [core] UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17 diff --git a/src/integration-tests/confs/c_no_nat_client_2.conf b/src/integration-tests/confs/c_no_nat_client_2.conf index 0cd6fc4f9..6c8f07632 100644 --- a/src/integration-tests/confs/c_no_nat_client_2.conf +++ b/src/integration-tests/confs/c_no_nat_client_2.conf @@ -33,16 +33,16 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-18 PORT = 20022 [namestore] -AUTOSTART = YES +START_ON_DEMAND = YES [dns] UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-19 [consensus] -AUTOSTART = YES +START_ON_DEMAND = YES [lockmanager] -AUTOSTART = YES +START_ON_DEMAND = YES [core] UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-17 diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf index 39020515f..8114aeabd 100644 --- a/src/integration-tests/confs/test_defaults.conf +++ b/src/integration-tests/confs/test_defaults.conf @@ -5,16 +5,16 @@ FORCESTART = YES [datastore] -AUTOSTART = YES +START_ON_DEMAND = YES [dht] -AUTOSTART = YES +START_ON_DEMAND = YES [nse] -AUTOSTART = YES +START_ON_DEMAND = YES [cadet] -AUTOSTART = YES +START_ON_DEMAND = YES [hostlist] FORCESTART = YES -- cgit v1.2.3