From 185e85b02cfd00516214ef2104a676f8c942d921 Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Sat, 19 May 2012 17:51:18 +0000 Subject: change the rc-script to permit supplementary Log entries in tor_conf PR: 167482 Submitted by: F. Keil --- 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 f36a4f3cc932..9362341bcf78 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.3.15-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index ac24b8ba4872..bf5b9098772a 100644 --- a/security/tor-devel/files/tor.in +++ b/security/tor-devel/files/tor.in @@ -37,7 +37,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} --Log notice\ file\ ${tor_logfile}" +command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log notice\ file\ ${tor_logfile}" extra_commands="log" log_cmd="${name}_log" -- cgit v1.2.3