aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
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/revocation
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/revocation.conf.in2
-rw-r--r--src/revocation/test_revocation.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index fe2318286..d7ad174c9 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -1,6 +1,6 @@
1[revocation] 1[revocation]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4@JAVAPORT@PORT = 2112 4@JAVAPORT@PORT = 2112
5HOSTNAME = localhost 5HOSTNAME = localhost
6BINARY = gnunet-service-revocation 6BINARY = gnunet-service-revocation
diff --git a/src/revocation/test_revocation.conf b/src/revocation/test_revocation.conf
index 14ecf6064..3b04150c1 100644
--- a/src/revocation/test_revocation.conf
+++ b/src/revocation/test_revocation.conf
@@ -6,7 +6,7 @@ SERVICEHOME=$GNUNET_TMP/test-revocation-service
6 6
7[revocation] 7[revocation]
8WORKBITS = 3 8WORKBITS = 3
9FORCESTART = YES 9IMMEDIATE_START = YES
10 10
11[identity] 11[identity]
12# Directory where we store information about our egos 12# Directory where we store information about our egos