From 24c50a9bf6c876a9de383e78a178930611801f7c Mon Sep 17 00:00:00 2001 From: nobutaka Date: Mon, 10 Jul 2006 01:41:28 +0000 Subject: Fix typo for files/tor.in. PR: ports/99970 Submitted by: Peter Thoenen (maintainer) --- security/tor-devel/Makefile | 1 + security/tor-devel/files/tor.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'security/tor-devel') 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" -- cgit