aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gns/test_gns_lookup.sh2
-rwxr-xr-xsrc/gns/test_gns_mx_lookup.sh4
-rwxr-xr-xsrc/gns/test_gns_revocation.sh4
-rwxr-xr-xsrc/gns/test_gns_soa_lookup.sh4
-rw-r--r--src/hostlist/test_hostlist_defaults.conf12
5 files changed, 16 insertions, 10 deletions
diff --git a/src/gns/test_gns_lookup.sh b/src/gns/test_gns_lookup.sh
index 4187ae6b2..70066f0a2 100755
--- a/src/gns/test_gns_lookup.sh
+++ b/src/gns/test_gns_lookup.sh
@@ -6,7 +6,7 @@ if [ -z $LOCATION ]
6then 6then
7 LOCATION="gnunet-config" 7 LOCATION="gnunet-config"
8fi 8fi
9$LOCATION --version 9$LOCATION --version &> /dev/null
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
diff --git a/src/gns/test_gns_mx_lookup.sh b/src/gns/test_gns_mx_lookup.sh
index 500a6cbc0..eca7316ff 100755
--- a/src/gns/test_gns_mx_lookup.sh
+++ b/src/gns/test_gns_mx_lookup.sh
@@ -6,10 +6,10 @@ if [ -z $LOCATION ]
6then 6then
7 LOCATION="gnunet-config" 7 LOCATION="gnunet-config"
8fi 8fi
9$LOCATION --version 9$LOCATION --version &> /dev/null
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
13 exit 77 13 exit 77
14fi 14fi
15 15
diff --git a/src/gns/test_gns_revocation.sh b/src/gns/test_gns_revocation.sh
index 21adef664..dd288e2d8 100755
--- a/src/gns/test_gns_revocation.sh
+++ b/src/gns/test_gns_revocation.sh
@@ -7,10 +7,10 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 10$LOCATION --version &> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
14 exit 77 14 exit 77
15fi 15fi
16 16
diff --git a/src/gns/test_gns_soa_lookup.sh b/src/gns/test_gns_soa_lookup.sh
index bc54dee37..8ea44b191 100755
--- a/src/gns/test_gns_soa_lookup.sh
+++ b/src/gns/test_gns_soa_lookup.sh
@@ -6,10 +6,10 @@ if [ -z $LOCATION ]
6then 6then
7 LOCATION="gnunet-config" 7 LOCATION="gnunet-config"
8fi 8fi
9$LOCATION --version 9$LOCATION --version &> /dev/null
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
13 exit 77 13 exit 77
14fi 14fi
15 15
diff --git a/src/hostlist/test_hostlist_defaults.conf b/src/hostlist/test_hostlist_defaults.conf
index 93308b4bd..b5e9f32e2 100644
--- a/src/hostlist/test_hostlist_defaults.conf
+++ b/src/hostlist/test_hostlist_defaults.conf
@@ -29,7 +29,7 @@ PORT = 12470
29WEAKRANDOM = YES 29WEAKRANDOM = YES
30 30
31[hostlist] 31[hostlist]
32HTTP-PROXY = 32HTTP-PROXY =
33 33
34[mesh] 34[mesh]
35AUTOSTART = NO 35AUTOSTART = NO
@@ -52,7 +52,7 @@ AUTOSTART = NO
52[dv] 52[dv]
53AUTOSTART = NO 53AUTOSTART = NO
54 54
55[chat] 55[revocation]
56AUTOSTART = NO 56AUTOSTART = NO
57 57
58[gns] 58[gns]
@@ -64,7 +64,7 @@ AUTOSTART = NO
64[namestore] 64[namestore]
65AUTOSTART = NO 65AUTOSTART = NO
66 66
67[lockmanager] 67[namecache]
68AUTOSTART = NO 68AUTOSTART = NO
69 69
70[nat] 70[nat]
@@ -78,3 +78,9 @@ AUTOSTART = NO
78 78
79[identity] 79[identity]
80AUTOSTART = NO 80AUTOSTART = NO
81
82[conversation]
83AUTOSTART = NO
84
85[psycstore]
86AUTOSTART = NO \ No newline at end of file