diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-19 17:51:18 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-05-19 17:51:18 +0000 |
commit | 185e85b02cfd00516214ef2104a676f8c942d921 (patch) | |
tree | 107023b5fda34113d067f859324b61848b5914c8 /security/tor-devel | |
parent | 0bf61043f340c1c0ef488f0ac38e87df78d0e0d6 (diff) | |
download | ports-185e85b02cfd00516214ef2104a676f8c942d921.tar.gz ports-185e85b02cfd00516214ef2104a676f8c942d921.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 1 | ||||
-rw-r--r-- | security/tor-devel/files/tor.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index f36a4f3cc932..9362341bcf78 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.3.15-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index ac24b8ba4872..bf5b9098772a 100644 --- a/security/tor-devel/files/tor.in +++ b/security/tor-devel/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} --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" |