Bug 99970 - update security/tor-devel
Summary: update security/tor-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-09 18:10 UTC by Peter Thoenen
Modified: 2006-07-10 02:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Thoenen 2006-07-09 18:10:16 UTC
        Fix rc.substr typo.
--0-585147052-1152464694=:82413
Content-Type: text/plain; name="tor-devel.diff.txt"
Content-Description: 3310809015-tor-devel.diff.txt
Content-Disposition: inline; filename="tor-devel.diff.txt"

diff -ruN tor-devel.orig/Makefile tor-devel/Makefile
--- tor-devel.orig/Makefile	Sun Jul  9 11:57:42 2006
+++ tor-devel/Makefile	Sun Jul  9 11:59:22 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	tor
 PORTVERSION=	0.1.1.22
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	http://tor.eff.org/dist/ \
 		http://mirror.onionland.org/dist/
diff -ruN tor-devel.orig/files/tor.in tor-devel/files/tor.in
--- tor-devel.orig/files/tor.in	Sun Jul  9 11:57:42 2006
+++ tor-devel/files/tor.in	Sun Jul  9 11:59:57 2006
@@ -39,7 +39,7 @@
 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"
 

--0-585147052-1152464694=:82413--
Comment 1 MANTANI Nobutaka freebsd_committer freebsd_triage 2006-07-10 02:41:52 UTC
State Changed
From-To: open->closed

Committed, thanks!