gnunet: update to SVN r38096

Wrap around dhtcache vs. datacache confusion which prevented
the datacache service from starting.
While at it, sanetize default package selection.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2016-09-30 13:52:13 +02:00
parent ce46b633e2
commit e32b189944
5 changed files with 27 additions and 14 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#!/bin/sh
uci -q get gnunet.datastore || uci set gnunet.datastore=gnunet-config
uci -q get gnunet.datacache || uci set gnunet.datacache=gnunet-config
uci -q get gnunet.dhtcache || uci set gnunet.dhtcache=gnunet-config
uci -q batch <<EOF
set gnunet.datastore.DATABASE=heap
set gnunet.datacache.DATABASE=heap
set gnunet.dhtcache.DATABASE=heap
commit gnunet
EOF