CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/06/25 04:27:05
Modified files:
net/tor : Makefile
net/tor/pkg : tor.rc
Log message:
In some situations, it is desirable to start multiple tor instances on the
same machine. While this is of course done outside the rc.subr(8) framework,
the package's rc.d(8) script should not interfere with these instances.
Require exact pexp matches in order to achieve this. Patch by "nusenu",
developer of ansible-relayor, tested by me in various situations.