diff options
-rw-r--r-- | security/tor/Makefile | 2 | ||||
-rw-r--r-- | security/tor/files/tor.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index e3ca033619eb..3039745dd28d 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ diff --git a/security/tor/files/tor.in b/security/tor/files/tor.in index 1e99ca4ee204..1d6fd92816c7 100644 --- a/security/tor/files/tor.in +++ b/security/tor/files/tor.in @@ -37,7 +37,7 @@ required_files=${tor_conf} required_dirs=${tor_datadir} pidfile=${tor_pidfile} command="%%PREFIX%%/bin/${name}" -command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Log notice\ file\ ${tor_logfile}" +command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --Log notice\ file\ ${tor_logfile}" extra_commands="log" log_cmd="${name}_log" |