summaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-07-10 01:41:28 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-07-10 01:41:28 +0000
commite6dae67453edbf735b97774e6befb4dfb854383b (patch)
tree937a524d835291be7fd2cc044d51117f79188e71 /security/tor-devel
parentAdd p5-Encode-Detect 0.01, an Encode::Encoding subclass that detects the (diff)
Fix typo for files/tor.in.
PR: ports/99970 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=167316
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 67aab8a9f5b2..21fd43fbdbbf 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tor
PORTVERSION= 0.1.1.22
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://tor.eff.org/dist/ \
http://mirror.onionland.org/dist/
diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in
index 23f0d6de24f6..81cc72e9161c 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"