tor: preserve tor keys over sysupgrade

Mark the directories containing the keys for hidden services as
conffiles to preserve them over sysupgrade.

Fixes: #2247

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2017-01-14 15:29:19 +01:00 committed by Zoltan HERPAI
parent 88e4f98f2c
commit 4001649ed5

View file

@ -61,6 +61,8 @@ endef
define Package/tor/conffiles
/etc/tor/torrc
/var/lib/tor/fingerprint
/var/lib/tor/keys/*
endef
CONFIGURE_ARGS += \