diff options
-rw-r--r-- | contrib/defaults.conf | 1 | ||||
-rw-r--r-- | src/peerinfo-tool/Makefile.am | 1 |
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 [fs] INDEXDB = $SERVICEHOME/idxinfo.lst IDENTITY_DIR = $SERVICEHOME/identities/ +STATE_DIR = $SERVICEHOME/persistence/ PORT = 2094 HOSTNAME = localhost HOME = $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 = \ test_gnunet_peerinfo.py endif -TESTS = $(check_SCRIPTS) |