aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf/gnunet
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
commit6ab60d4920bb3199aee8cd872b930e9e3e808ba7 (patch)
tree3d761dbf8793a1d2422fbd14667255c7e0292ea4 /contrib/conf/gnunet
parentc2f27dfe8218545c327ab49d225a49910347c5c6 (diff)
downloadgnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.tar.gz
gnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.zip
Restructure contrib folder.
contrib/pogen.sh -> bin/pogen.sh bootstrap: Use new pogen location and execute it. contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32. contrib/gnunet-logo*: Move to contrib/branding/logo/ Delete old patches in contrib, predating git. Move buildbot data to contrib/ci/buildbot, move docker data to contrib/ci/docker. Create contrib/conf and populate it with config files found in contrib and bin. Move gns related data to contrib/gns. delete contrib/repeat.sh Move contrib/log.php into contrib/web/log.php. Create folder contrib/scripts and use it for most scripts in contrib. Remove trailing whitespace in doc/Makefile.am Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/conf/gnunet')
-rw-r--r--contrib/conf/gnunet/no_autostart_above_core.conf90
-rw-r--r--contrib/conf/gnunet/no_forcestart.conf41
2 files changed, 131 insertions, 0 deletions
diff --git a/contrib/conf/gnunet/no_autostart_above_core.conf b/contrib/conf/gnunet/no_autostart_above_core.conf
new file mode 100644
index 000000000..7bcf6c8ae
--- /dev/null
+++ b/contrib/conf/gnunet/no_autostart_above_core.conf
@@ -0,0 +1,90 @@
1# Configuration to disable autostarting of
2# all services above the 'core' level.
3# (including resolver)
4
5[dns]
6AUTOSTART = NO
7
8[dht]
9AUTOSTART = NO
10
11[nse]
12AUTOSTART = NO
13
14[cadet]
15AUTOSTART = NO
16
17[datastore]
18AUTOSTART = NO
19
20[fs]
21AUTOSTART = NO
22
23[dv]
24AUTOSTART = NO
25
26[vpn]
27AUTOSTART = NO
28
29[consensus]
30AUTOSTART = NO
31
32[resolver]
33AUTOSTART = NO
34
35[namestore]
36AUTOSTART = NO
37
38[namecache]
39AUTOSTART = NO
40
41[identity]
42AUTOSTART = NO
43
44[revocation]
45AUTOSTART = NO
46
47[conversation]
48AUTOSTART = NO
49
50[peerstore]
51AUTOSTART = NO
52
53[psycstore]
54AUTOSTART = NO
55
56[gns]
57AUTOSTART = NO
58
59[regex]
60AUTOSTART = NO
61
62[set]
63AUTOSTART = NO
64
65[scalarproduct-bob]
66AUTOSTART = NO
67
68[scalarproduct-alice]
69AUTOSTART = NO
70
71[social]
72AUTOSTART = NO
73
74[psyc]
75AUTOSTART = NO
76
77[rps]
78AUTOSTART = NO
79
80[multicast]
81AUTOSTART = NO
82
83[sensordashboard]
84AUTOSTART = NO
85
86[sensor]
87AUTOSTART = NO
88
89[zonemaster-monitor]
90AUTOSTART = NO
diff --git a/contrib/conf/gnunet/no_forcestart.conf b/contrib/conf/gnunet/no_forcestart.conf
new file mode 100644
index 000000000..a332d6da7
--- /dev/null
+++ b/contrib/conf/gnunet/no_forcestart.conf
@@ -0,0 +1,41 @@
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
30
31[hostlist]
32FORCESTART = NO
33
34[gns]
35FORCESTART = NO
36
37[zonemaster]
38FORCESTART = NO
39
40[zonemaster-monitor]
41FORCESTART = NO