From: Christian Grothoff Date: Thu, 29 Apr 2010 10:40:41 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~21958 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b93e37220e56e5065efe8b5d2dafdfbef5446cf;p=oweals%2Fgnunet.git fix --- 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)