diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 23:31:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 23:31:05 +0000 |
commit | b5d0ecf4ffeca04050eb74434171ab632e07e908 (patch) | |
tree | 86470dd1687ed682a536a5cfd290b6e5170975d7 /security/tor-devel | |
parent | 5ee21379f7a4ba6b9a1711b99f23fb27dd130063 (diff) | |
download | ports-b5d0ecf4ffeca04050eb74434171ab632e07e908.tar.gz ports-b5d0ecf4ffeca04050eb74434171ab632e07e908.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 1 | ||||
-rw-r--r-- | security/tor-devel/files/tor.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 757a17e0195b..5a01d6d30b2a 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.0.22-rc +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://mirror.onionland.org/dist/ diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index 093fd47b32ef..61ecafc62e15 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" |