aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/defaults.conf1
-rw-r--r--src/peerinfo-tool/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index 080c87e1d..be6b7e8db 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -192,6 +192,7 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
192[fs] 192[fs]
193INDEXDB = $SERVICEHOME/idxinfo.lst 193INDEXDB = $SERVICEHOME/idxinfo.lst
194IDENTITY_DIR = $SERVICEHOME/identities/ 194IDENTITY_DIR = $SERVICEHOME/identities/
195STATE_DIR = $SERVICEHOME/persistence/
195PORT = 2094 196PORT = 2094
196HOSTNAME = localhost 197HOSTNAME = localhost
197HOME = $SERVICEHOME 198HOME = $SERVICEHOME
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 20f657b41..1fc088ad9 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -25,4 +25,3 @@ TESTS = \
25 test_gnunet_peerinfo.py 25 test_gnunet_peerinfo.py
26endif 26endif
27 27
28TESTS = $(check_SCRIPTS)