aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
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/hostlist
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist.conf2
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf4
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer2.conf4
-rw-r--r--src/hostlist/test_learning_adv_peer.conf4
-rw-r--r--src/hostlist/test_learning_learn_peer.conf4
-rw-r--r--src/hostlist/test_learning_learn_peer2.conf4
6 files changed, 11 insertions, 11 deletions
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf
index 77cd29e73..59cc351cc 100644
--- a/src/hostlist/hostlist.conf
+++ b/src/hostlist/hostlist.conf
@@ -1,5 +1,5 @@
1[hostlist] 1[hostlist]
2FORCESTART = YES 2IMMEDIATE_START = YES
3NOARMBIND = YES 3NOARMBIND = YES
4BINARY = gnunet-daemon-hostlist 4BINARY = gnunet-daemon-hostlist
5 5
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
index f3346b9fc..00c57c1e5 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
@@ -34,11 +34,11 @@ HTTPPORT = 12980
34HOSTLISTFILE = hostlists_peer1.file 34HOSTLISTFILE = hostlists_peer1.file
35OPTIONS = -b -p 35OPTIONS = -b -p
36SERVERS = http://localhost:22981/ 36SERVERS = http://localhost:22981/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[ats] 39[ats]
40PORT = 12971 40PORT = 12971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-ats.sock
42 42
43[topology] 43[topology]
44FORCESTART = YES \ No newline at end of file 44IMMEDIATE_START = YES
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
index 95fb7ea1b..6bcd63fe7 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
@@ -34,11 +34,11 @@ HTTPPORT = 22981
34HOSTLISTFILE = hostlists_peer2.file 34HOSTLISTFILE = hostlists_peer2.file
35OPTIONS = -b -p 35OPTIONS = -b -p
36SERVERS = http://localhost:12980/ 36SERVERS = http://localhost:12980/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[ats] 39[ats]
40PORT = 22971 40PORT = 22971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock
42 42
43[topology] 43[topology]
44FORCESTART = YES 44IMMEDIATE_START = YES
diff --git a/src/hostlist/test_learning_adv_peer.conf b/src/hostlist/test_learning_adv_peer.conf
index 11c846634..3bee3c0c7 100644
--- a/src/hostlist/test_learning_adv_peer.conf
+++ b/src/hostlist/test_learning_adv_peer.conf
@@ -35,11 +35,11 @@ HOSTLISTFILE = hostlists_adv_peer.file
35OPTIONS = -p -a 35OPTIONS = -p -a
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37EXTERNAL_DNS_NAME = localhost 37EXTERNAL_DNS_NAME = localhost
38FORCESTART = YES 38IMMEDIATE_START = YES
39 39
40[ats] 40[ats]
41PORT = 22971 41PORT = 22971
42UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock 42UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock
43 43
44[topology] 44[topology]
45FORCESTART = YES 45IMMEDIATE_START = YES
diff --git a/src/hostlist/test_learning_learn_peer.conf b/src/hostlist/test_learning_learn_peer.conf
index 76585dbbd..0dafe6302 100644
--- a/src/hostlist/test_learning_learn_peer.conf
+++ b/src/hostlist/test_learning_learn_peer.conf
@@ -34,11 +34,11 @@ HTTPPORT = 12980
34HOSTLISTFILE = hostlists_learn_peer.file 34HOSTLISTFILE = hostlists_learn_peer.file
35OPTIONS = -b -e 35OPTIONS = -b -e
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[ats] 39[ats]
40PORT = 12971 40PORT = 12971
41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock 41UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p1-service-core.sock
42 42
43[topology] 43[topology]
44FORCESTART = YES 44IMMEDIATE_START = YES
diff --git a/src/hostlist/test_learning_learn_peer2.conf b/src/hostlist/test_learning_learn_peer2.conf
index 593744cdc..dc2956dcc 100644
--- a/src/hostlist/test_learning_learn_peer2.conf
+++ b/src/hostlist/test_learning_learn_peer2.conf
@@ -34,7 +34,7 @@ HTTPPORT = 32980
34HOSTLISTFILE = hostlists_learn_peer2.file 34HOSTLISTFILE = hostlists_learn_peer2.file
35OPTIONS = -b -e 35OPTIONS = -b -e
36SERVERS = http://localhost:12981/ 36SERVERS = http://localhost:12981/
37FORCESTART = YES 37IMMEDIATE_START = YES
38 38
39[topology] 39[topology]
40FORCESTART = YES 40IMMEDIATE_START = YES