aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-11 14:03:52 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-11 14:03:52 +0000
commit0b385d20dad7898fbc0d07aba0587e86648a733a (patch)
tree2f739566bf1b9324d287b5667857e92c765863db /contrib
parent0a1098b10093d1344be7455c901e938806753fd0 (diff)
downloadgnunet-0b385d20dad7898fbc0d07aba0587e86648a733a.tar.gz
gnunet-0b385d20dad7898fbc0d07aba0587e86648a733a.zip
adding single location for no_forcestart configuration list
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/no_forcestart.conf29
2 files changed, 30 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f36922b20..363588abf 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -44,6 +44,7 @@ tap64_DATA = \
44endif 44endif
45 45
46EXTRA_DIST = \ 46EXTRA_DIST = \
47 no_forcestart.conf \
47 coverage.sh \ 48 coverage.sh \
48 report.sh \ 49 report.sh \
49 terminate.py.in \ 50 terminate.py.in \
diff --git a/contrib/no_forcestart.conf b/contrib/no_forcestart.conf
new file mode 100644
index 000000000..7a1db42bd
--- /dev/null
+++ b/contrib/no_forcestart.conf
@@ -0,0 +1,29 @@
1# Configuration file that can be included to prevent ANY of the usual
2# FORCESTART = YES to be set. Also disables NSE POW calculation.
3#
4# This configuration is included from various configuration test files.
5# Whenever a new service is added that has FORCESTART = YES for
6# production should be disabled for (most) test suites, the option should
7# be added here instead of all over the place ;-).
8
9[core]
10FORCESTART = NO
11
12[fs]
13FORCESTART = NO
14
15[dht]
16FORCESTART = NO
17
18[cadet]
19FORCESTART = NO
20
21[nse]
22FORCESTART = NO
23WORKBITS = 0
24
25[revocation]
26FORCESTART = NO
27
28[topology]
29FORCESTART = NO