View | Details | Raw Unified | Return to bug 129253
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	tor
8
PORTNAME=	tor
9
DISTVERSION=	0.2.0.32
9
DISTVERSION=	0.2.0.32
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	security net
11
CATEGORIES=	security net
12
MASTER_SITES=	http://www.torproject.org/dist/ \
12
MASTER_SITES=	http://www.torproject.org/dist/ \
13
		http://tor.cypherpunks.at/dist/ \
13
		http://tor.cypherpunks.at/dist/ \
(-)files/tor.in (-1 / +1 lines)
Lines 37-43 Link Here
37
required_dirs=${tor_datadir}
37
required_dirs=${tor_datadir}
38
pidfile=${tor_pidfile}
38
pidfile=${tor_pidfile}
39
command="%%PREFIX%%/bin/${name}"
39
command="%%PREFIX%%/bin/${name}"
40
command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Log notice\ file\ ${tor_logfile}"
40
command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --Log notice\ file\ ${tor_logfile}"
41
extra_commands="log"
41
extra_commands="log"
42
log_cmd="${name}_log"
42
log_cmd="${name}_log"

Return to bug 129253