[Bug 207129] security/tor: add multi-instance support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 12 11:39:34 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207129
Bug ID: 207129
Summary: security/tor: add multi-instance support
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: bf at FreeBSD.org
Reporter: nusenu at openmailbox.org
Flags: maintainer-feedback?(bf at FreeBSD.org)
Assignee: bf at FreeBSD.org
There are multiple examples of ports that support multiple instances:
openvpn:
# This script supports running multiple instances of openvpn.
# To run additional instances link this script to something like
# % ln -s openvpn openvpn_foo
# and define additional openvpn_foo_* variables in one of
# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/openvpn_foo
https://lists.freebsd.org/pipermail/freebsd-rc/2016-February/003678.html
tomcat:
https://lists.freebsd.org/pipermail/freebsd-rc/2016-February/003680.html
Since does not scale well across multiple CPUs, relay operators have to run
multiple instances, therefore it would make sense to add multi-instance support
to tor's rc script.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list