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:
parent
0bf61043f3
commit
185e85b02c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296969
@ -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/ \
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user