commit 21807e6e45cb99821c56d5c19755dd5813bce57b Author: Philipp Winter phw@nymity.ch Date: Wed Jul 24 10:40:16 2019 -0700
Remove outdated documentation.
BridgeDB no longer has a single handler for SIGUSR1. It was removed in commit f4d55919. As a result, if you now send a SIGUSR1 to BridgeDB, it reacts with the default action, which is termination. --- README.rst | 10 ---------- 1 file changed, 10 deletions(-)
diff --git a/README.rst b/README.rst index df90903..ee1c979 100644 --- a/README.rst +++ b/README.rst @@ -362,16 +362,6 @@ Or just give it a SIGHUP:: kill -s SIGHUP `cat .../run/bridgedb.pid`
----------------------------------- -To extract all bridge assignments: ----------------------------------- - -To dump all bridge assignments to files, send BridgeDB a ``SIGUSR1`` -signal by doing:: - - kill -s SIGUSR1 `cat .../run/bridgedb.pid` - - ========================= Using a BridgeDB Instance =========================
tor-commits@lists.torproject.org