From e73402fc3a6f233b48330435f61ccd93722ac0e5 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:05 +0000 Subject: rename FORCESTART into IMMEDIATE_START (#4547b) --- contrib/conf/gnunet/no_forcestart.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'contrib/conf') diff --git a/contrib/conf/gnunet/no_forcestart.conf b/contrib/conf/gnunet/no_forcestart.conf index a332d6da7..a069674e0 100644 --- a/contrib/conf/gnunet/no_forcestart.conf +++ b/contrib/conf/gnunet/no_forcestart.conf @@ -1,41 +1,41 @@ # Configuration file that can be included to prevent ANY of the usual -# FORCESTART = YES to be set. Also disables NSE POW calculation. +# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation. # # This configuration is included from various configuration test files. -# Whenever a new service is added that has FORCESTART = YES for +# Whenever a new service is added that has IMMEDIATE_START = YES for # production should be disabled for (most) test suites, the option should # be added here instead of all over the place ;-). [core] -FORCESTART = NO +IMMEDIATE_START = NO [fs] -FORCESTART = NO +IMMEDIATE_START = NO [dht] -FORCESTART = NO +IMMEDIATE_START = NO [cadet] -FORCESTART = NO +IMMEDIATE_START = NO [nse] -FORCESTART = NO +IMMEDIATE_START = NO WORKBITS = 0 [revocation] -FORCESTART = NO +IMMEDIATE_START = NO [topology] -FORCESTART = NO +IMMEDIATE_START = NO [hostlist] -FORCESTART = NO +IMMEDIATE_START = NO [gns] -FORCESTART = NO +IMMEDIATE_START = NO [zonemaster] -FORCESTART = NO +IMMEDIATE_START = NO [zonemaster-monitor] -FORCESTART = NO +IMMEDIATE_START = NO -- cgit v1.2.3