76dd1acdea
* amongst other things, add a tweak to Tor's TLS handshake that makes relays and bridges that run this new version reachable from Iran. Add an rc script. from Pascal Stumpf. MAINTAINER timeout.
10 lines
137 B
Bash
10 lines
137 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: tor.rc,v 1.1 2011/03/11 06:49:55 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/tor"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|