aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /src/multicast
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/multicast.conf.in2
-rw-r--r--src/multicast/test_multicast.conf18
-rw-r--r--src/multicast/test_multicast_line.conf18
-rw-r--r--src/multicast/test_multicast_star.conf18
4 files changed, 28 insertions, 28 deletions
diff --git a/src/multicast/multicast.conf.in b/src/multicast/multicast.conf.in
index f4a6daa1e..97a541336 100644
--- a/src/multicast/multicast.conf.in
+++ b/src/multicast/multicast.conf.in
@@ -1,5 +1,5 @@
1[multicast] 1[multicast]
2AUTOSTART = @AUTOSTART@ 2START_ON_DEMAND = @START_ON_DEMAND@
3BINARY = gnunet-service-multicast 3BINARY = gnunet-service-multicast
4 4
5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
diff --git a/src/multicast/test_multicast.conf b/src/multicast/test_multicast.conf
index 1b50e0893..c8c7b4300 100644
--- a/src/multicast/test_multicast.conf
+++ b/src/multicast/test_multicast.conf
@@ -10,7 +10,7 @@ GLOBAL_POSTFIX=-L ERROR
10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock 10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
11 11
12[vpn] 12[vpn]
13AUTOSTART = NO 13START_ON_DEMAND = NO
14 14
15[peerinfo] 15[peerinfo]
16# Do not use shipped gnunet HELLOs 16# Do not use shipped gnunet HELLOs
@@ -22,35 +22,35 @@ NO_IO = YES
22 22
23[hostlist] 23[hostlist]
24FORCESTART = NO 24FORCESTART = NO
25AUTOSTART = NO 25START_ON_DEMAND = NO
26 26
27[nat] 27[nat]
28ENABLE_UPNP = NO 28ENABLE_UPNP = NO
29 29
30[fs] 30[fs]
31FORCESTART = NO 31FORCESTART = NO
32AUTOSTART = NO 32START_ON_DEMAND = NO
33 33
34[vpn] 34[vpn]
35FORCESTART = NO 35FORCESTART = NO
36AUTOSTART = NO 36START_ON_DEMAND = NO
37 37
38[revocation] 38[revocation]
39FORCESTART = NO 39FORCESTART = NO
40AUTOSTART = NO 40START_ON_DEMAND = NO
41 41
42[gns] 42[gns]
43FORCESTART = NO 43FORCESTART = NO
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[namestore] 46[namestore]
47FORCESTART = NO 47FORCESTART = NO
48AUTOSTART = NO 48START_ON_DEMAND = NO
49 49
50[namecache] 50[namecache]
51FORCESTART = NO 51FORCESTART = NO
52AUTOSTART = NO 52START_ON_DEMAND = NO
53 53
54[topology] 54[topology]
55FORCESTART = NO 55FORCESTART = NO
56AUTOSTART = NO 56START_ON_DEMAND = NO
diff --git a/src/multicast/test_multicast_line.conf b/src/multicast/test_multicast_line.conf
index 1047205cb..3535d8399 100644
--- a/src/multicast/test_multicast_line.conf
+++ b/src/multicast/test_multicast_line.conf
@@ -11,7 +11,7 @@ GLOBAL_POSTFIX=-L ERROR
11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock 11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
12 12
13[vpn] 13[vpn]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[peerinfo] 16[peerinfo]
17# Do not use shipped gnunet HELLOs 17# Do not use shipped gnunet HELLOs
@@ -26,38 +26,38 @@ ID_ANNOUNCE_TIME = 5 s
26 26
27[hostlist] 27[hostlist]
28FORCESTART = NO 28FORCESTART = NO
29AUTOSTART = NO 29START_ON_DEMAND = NO
30 30
31[nat] 31[nat]
32ENABLE_UPNP = NO 32ENABLE_UPNP = NO
33 33
34[fs] 34[fs]
35FORCESTART = NO 35FORCESTART = NO
36AUTOSTART = NO 36START_ON_DEMAND = NO
37 37
38[vpn] 38[vpn]
39FORCESTART = NO 39FORCESTART = NO
40AUTOSTART = NO 40START_ON_DEMAND = NO
41 41
42[revocation] 42[revocation]
43FORCESTART = NO 43FORCESTART = NO
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[gns] 46[gns]
47FORCESTART = NO 47FORCESTART = NO
48AUTOSTART = NO 48START_ON_DEMAND = NO
49 49
50[namestore] 50[namestore]
51FORCESTART = NO 51FORCESTART = NO
52AUTOSTART = NO 52START_ON_DEMAND = NO
53 53
54[namecache] 54[namecache]
55FORCESTART = NO 55FORCESTART = NO
56AUTOSTART = NO 56START_ON_DEMAND = NO
57 57
58[topology] 58[topology]
59FORCESTART = NO 59FORCESTART = NO
60AUTOSTART = NO 60START_ON_DEMAND = NO
61 61
62[nse] 62[nse]
63WORKBITS = 0 63WORKBITS = 0
diff --git a/src/multicast/test_multicast_star.conf b/src/multicast/test_multicast_star.conf
index ed690d95d..f80e36679 100644
--- a/src/multicast/test_multicast_star.conf
+++ b/src/multicast/test_multicast_star.conf
@@ -11,7 +11,7 @@ GLOBAL_POSTFIX=-L ERROR
11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock 11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
12 12
13[vpn] 13[vpn]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[peerinfo] 16[peerinfo]
17# Do not use shipped gnunet HELLOs 17# Do not use shipped gnunet HELLOs
@@ -26,38 +26,38 @@ ID_ANNOUNCE_TIME = 5 s
26 26
27[hostlist] 27[hostlist]
28FORCESTART = NO 28FORCESTART = NO
29AUTOSTART = NO 29START_ON_DEMAND = NO
30 30
31[nat] 31[nat]
32ENABLE_UPNP = NO 32ENABLE_UPNP = NO
33 33
34[fs] 34[fs]
35FORCESTART = NO 35FORCESTART = NO
36AUTOSTART = NO 36START_ON_DEMAND = NO
37 37
38[vpn] 38[vpn]
39FORCESTART = NO 39FORCESTART = NO
40AUTOSTART = NO 40START_ON_DEMAND = NO
41 41
42[revocation] 42[revocation]
43FORCESTART = NO 43FORCESTART = NO
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[gns] 46[gns]
47FORCESTART = NO 47FORCESTART = NO
48AUTOSTART = NO 48START_ON_DEMAND = NO
49 49
50[namestore] 50[namestore]
51FORCESTART = NO 51FORCESTART = NO
52AUTOSTART = NO 52START_ON_DEMAND = NO
53 53
54[namecache] 54[namecache]
55FORCESTART = NO 55FORCESTART = NO
56AUTOSTART = NO 56START_ON_DEMAND = NO
57 57
58[topology] 58[topology]
59FORCESTART = NO 59FORCESTART = NO
60AUTOSTART = NO 60START_ON_DEMAND = NO
61 61
62[nse] 62[nse]
63WORKBITS = 0 63WORKBITS = 0