Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2006 10:04:54 -0700 (PDT)
From:      Peter Thoenen <peter.thoenen@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99970: [UPDATE] security/tor-devel
Message-ID:  <20060709170454.12586.qmail@web51909.mail.yahoo.com>
Resent-Message-ID: <200607091710.k69HAGUe081685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99970
>Category:       ports
>Synopsis:       update security/tor-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 09 17:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Peter Thoenen <peter.thoenen@yahoo.com>
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
        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--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 --0-585147052-1152464694=:82413
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060709170454.12586.qmail>