aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-21 07:31:05 +0800
committermiwi <miwi@FreeBSD.org>2008-03-21 07:31:05 +0800
commit72474be6bbcb1c6d143e86430849ccc76227b0ea (patch)
tree70a8c5bc892e1cbd9799993351e86e534372707d /security/tor
parent6be0e7945188c9e58011d811cec9855756dba20f (diff)
downloadfreebsd-ports-gnome-72474be6bbcb1c6d143e86430849ccc76227b0ea.tar.gz
freebsd-ports-gnome-72474be6bbcb1c6d143e86430849ccc76227b0ea.tar.zst
freebsd-ports-gnome-72474be6bbcb1c6d143e86430849ccc76227b0ea.zip
- Fix Log dir
- Bump PORTREVISION PR: 120811 Submitted by: Lars Stokholm <lars.stokholm@gmail.com> Approved by: maintainers
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 9d32e41cab40..e4a6257c5b99 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tor
PORTVERSION= 0.1.2.19
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.torproject.org/dist/ \
http://mirror.onionland.org/dist/
diff --git a/security/tor/files/tor.in b/security/tor/files/tor.in
index 093fd47b32ef..61ecafc62e15 100644
--- a/security/tor/files/tor.in
+++ b/security/tor/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"