projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b9522
)
tor: preserve tor keys over sysupgrade
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 14 Jan 2017 14:29:19 +0000
(15:29 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 15 Jan 2017 22:18:47 +0000
(23:18 +0100)
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>
net/tor/Makefile
patch
|
blob
|
history
diff --git
a/net/tor/Makefile
b/net/tor/Makefile
index e4299cc98109e8729e315cb3569c7f686961ec0e..17e80f13974751bb9d80c6a681c1e408670f446f 100644
(file)
--- a/
net/tor/Makefile
+++ b/
net/tor/Makefile
@@
-61,6
+61,8
@@
endef
define Package/tor/conffiles
/etc/tor/torrc
+/var/lib/tor/fingerprint
+/var/lib/tor/keys/*
endef
CONFIGURE_ARGS += \