CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/04/03 09:26:10
Modified files:
net/tor : Makefile
net/tor/pkg : tor.rc
Log message:
Use SIGINT instead of SIGTERM to terminate the tor process in rc_stop().
For clients, this means no change.
For relays, this instructs tor to do a clean shutdown, leaving 30s for other
peers to find another route. Increase daemon_timeout to one minute to give
tor a bit more time on slow machines (like my BBB).
Hint from Michael McConvill, "go ahead" ajacoutot@