1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

change the rc-script to permit supplementary Log entries in tor_conf

PR:		167482
Submitted by:	F. Keil
This commit is contained in:
Brendan Fabeny 2012-05-19 17:51:18 +00:00
parent 0bf61043f3
commit 185e85b02c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296969
2 changed files with 2 additions and 1 deletions

View File

@ -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/ \

View File

@ -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"