packages/net/gnunet/files/gnunet-fs-pgsql.defaults
Daniel Golle e32b189944 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>
2016-10-11 01:03:35 +02:00

10 lines
267 B
Bash

#!/bin/sh
uci -q get gnunet.datastore || uci set gnunet.datastore=gnunet-config
uci -q get gnunet.dhtcache || uci set gnunet.dhtcache=gnunet-config
uci -q batch <<EOF
set gnunet.datastore.DATABASE=postgres
set gnunet.dhtcache.DATABASE=postgres
commit gnunet
EOF