aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commite73402fc3a6f233b48330435f61ccd93722ac0e5 (patch)
treec63db5153cca3e3aeda01a18a2bad5785b02ecb3 /src/cadet
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/cadet.conf.in2
-rw-r--r--src/cadet/test_cadet.conf16
2 files changed, 9 insertions, 9 deletions
diff --git a/src/cadet/cadet.conf.in b/src/cadet/cadet.conf.in
index 8e4a8b1cf..2f4c6a6db 100644
--- a/src/cadet/cadet.conf.in
+++ b/src/cadet/cadet.conf.in
@@ -1,5 +1,5 @@
1[cadet] 1[cadet]
2FORCESTART = YES 2IMMEDIATE_START = YES
3START_ON_DEMAND = @START_ON_DEMAND@ 3START_ON_DEMAND = @START_ON_DEMAND@
4@JAVAPORT@PORT = 2096 4@JAVAPORT@PORT = 2096
5HOSTNAME = localhost 5HOSTNAME = localhost
diff --git a/src/cadet/test_cadet.conf b/src/cadet/test_cadet.conf
index 4731617d4..5ad67fec2 100644
--- a/src/cadet/test_cadet.conf
+++ b/src/cadet/test_cadet.conf
@@ -68,33 +68,33 @@ NO_IO = YES
68WORKBITS = 0 68WORKBITS = 0
69 69
70[hostlist] 70[hostlist]
71FORCESTART = NO 71IMMEDIATE_START = NO
72START_ON_DEMAND = NO 72START_ON_DEMAND = NO
73 73
74[fs] 74[fs]
75FORCESTART = NO 75IMMEDIATE_START = NO
76START_ON_DEMAND = NO 76START_ON_DEMAND = NO
77 77
78[vpn] 78[vpn]
79FORCESTART = NO 79IMMEDIATE_START = NO
80START_ON_DEMAND = NO 80START_ON_DEMAND = NO
81 81
82[revocation] 82[revocation]
83FORCESTART = NO 83IMMEDIATE_START = NO
84START_ON_DEMAND = NO 84START_ON_DEMAND = NO
85 85
86[gns] 86[gns]
87FORCESTART = NO 87IMMEDIATE_START = NO
88START_ON_DEMAND = NO 88START_ON_DEMAND = NO
89 89
90[namestore] 90[namestore]
91FORCESTART = NO 91IMMEDIATE_START = NO
92START_ON_DEMAND = NO 92START_ON_DEMAND = NO
93 93
94[namecache] 94[namecache]
95FORCESTART = NO 95IMMEDIATE_START = NO
96START_ON_DEMAND = NO 96START_ON_DEMAND = NO
97 97
98[topology] 98[topology]
99FORCESTART = NO 99IMMEDIATE_START = NO
100START_ON_DEMAND = NO 100START_ON_DEMAND = NO