aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor/files
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/files
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/files')
-rw-r--r--security/tor/files/tor.in2
1 files changed, 1 insertions, 1 deletions
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"