aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor-devel
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-07-10 09:41:28 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-07-10 09:41:28 +0800
commit24c50a9bf6c876a9de383e78a178930611801f7c (patch)
tree3f1c530d416c5c5bcacb081ff3e69a01a5808941 /security/tor-devel
parent45c903f1360a20adf7237c52277ab6563338967c (diff)
downloadfreebsd-ports-gnome-24c50a9bf6c876a9de383e78a178930611801f7c.tar.gz
freebsd-ports-gnome-24c50a9bf6c876a9de383e78a178930611801f7c.tar.zst
freebsd-ports-gnome-24c50a9bf6c876a9de383e78a178930611801f7c.zip
Fix typo for files/tor.in.
PR: ports/99970 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
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"