diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-14 20:04:39 -0700 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-04-15 05:35:30 +0200 |
commit | 5114e3e44235ea39447eea37213c65413cdb1a2c (patch) | |
tree | 6988b9253e11316bf848997c19447600df2323b7 /changes | |
parent | 4cbbb92e7fc7c9c4d374b35211c216a5419e3da2 (diff) | |
download | tor-5114e3e44235ea39447eea37213c65413cdb1a2c.tar.gz tor-5114e3e44235ea39447eea37213c65413cdb1a2c.zip |
Make SIGNAL DUMP work on FreeBSD
While doing so, get rid of the now unnecessary function
control_signal_act().
Fixes bug 2917, reported by Robert Ransom. Bugfix on commit
9b4aa8d2abbce71398e58188209a1b1d04885b96. This patch is loosely based on
a patch by Robert (Changelog entry).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2917 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2917 b/changes/bug2917 new file mode 100644 index 0000000000..6b1e643343 --- /dev/null +++ b/changes/bug2917 @@ -0,0 +1,4 @@ + o Minor bugfixes + - Make the SIGNAL DUMP control-port command work on FreeBSD. Fixes + bug 2917. Bugfix on 0.1.1.1-alpha. + |