aboutsummaryrefslogtreecommitdiff
path: root/security/tor
diff options
context:
space:
mode:
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile1
-rw-r--r--security/tor/files/tor.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index 44c82a99599f..a1e9e2ec6848 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tor
DISTVERSION= 0.2.4.23
+PORTREVISION= 1
CATEGORIES= security net ipv6
MASTER_SITES= TOR
diff --git a/security/tor/files/tor.in b/security/tor/files/tor.in
index a3f60ce24fbd..f7af2d3375ac 100644
--- a/security/tor/files/tor.in
+++ b/security/tor/files/tor.in
@@ -39,7 +39,7 @@ required_dirs=${tor_datadir}
pidfile=${tor_pidfile}
command="%%PREFIX%%/bin/${name}"
command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log ${tor_loglevel}\ file\ ${tor_logfile}"
-extra_commands="log"
+extra_commands="log reload"
log_cmd="${name}_log"
tor_log() {