Summary: | [patch] teach security/tor and security/tor-devel to reload | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Christian Sturm <reezer> | ||||
Component: | Individual Port(s) | Assignee: | Brendan Fabeny <bf> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | ||||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
over to maintainer. A commit references this bug: Author: bf Date: Thu Sep 18 19:40:38 UTC 2014 New revision: 368512 URL: http://svnweb.freebsd.org/changeset/ports/368512 Log: Expose the reload command in the tor and tor-devel rc-scripts [1], and update tor-devel to 0.2.5.7-rc PR: 192553 [1] Submitted by: C. Sturm [1] Changes: head/security/tor/Makefile head/security/tor/files/tor.in head/security/tor-devel/Makefile head/security/tor-devel/distinfo head/security/tor-devel/files/tor.in |
Created attachment 145615 [details] patch for files/tor.in The tor service supports configuration reload via SIGHUP. This is the default for rc-scripts, so we just need to mark this functionality as available. The attached patch of files/tor.in can and should be applied to both security/tor and security/tor-devel.