diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:05 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:04 +0000 |
commit | e73402fc3a6f233b48330435f61ccd93722ac0e5 (patch) | |
tree | c63db5153cca3e3aeda01a18a2bad5785b02ecb3 /contrib/conf | |
parent | 99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff) |
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'contrib/conf')
-rw-r--r-- | contrib/conf/gnunet/no_forcestart.conf | 26 |
1 files changed, 13 insertions, 13 deletions
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 |