aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-20 23:31:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-20 23:31:05 +0000
commitb5d0ecf4ffeca04050eb74434171ab632e07e908 (patch)
tree86470dd1687ed682a536a5cfd290b6e5170975d7 /security/tor-devel
parent5ee21379f7a4ba6b9a1711b99f23fb27dd130063 (diff)
downloadports-b5d0ecf4ffeca04050eb74434171ab632e07e908.tar.gz
ports-b5d0ecf4ffeca04050eb74434171ab632e07e908.zip
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile1
-rw-r--r--security/tor-devel/files/tor.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 757a17e0195b..5a01d6d30b2a 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tor
DISTVERSION= 0.2.0.22-rc
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.torproject.org/dist/ \
http://mirror.onionland.org/dist/
diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in
index 093fd47b32ef..61ecafc62e15 100644
--- a/security/tor-devel/files/tor.in
+++ b/security/tor-devel/files/tor.in
@@ -39,7 +39,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} --Group ${tor_group} --Log \"notice file ${tor_logfile}\""
+command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Group ${tor_group} --Log notice\ file\ ${tor_logfile}"
extra_commands="log"
log_cmd="${name}_log"