Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2006 15:02:28 -0300 (BRT)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        markp@FreeBSD.org
Subject:   ports/94612: Update port: net/redir remove duplicated args in command_args
Message-ID:  <20060317180228.29E7639@marcus.grupos.com.br>
Resent-Message-ID: <200603171810.k2HIAEX9038257@freefall.freebsd.org>

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

>Number:         94612
>Category:       ports
>Synopsis:       Update port: net/redir remove duplicated args in command_args
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 17 18:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Alves Grando
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #48: Fri Mar 17 09:55:50 BRT 2006 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:
- redir_flags are automaticated appended to command_args

	
>How-To-Repeat:
	
>Fix:

	

--- redir.patch begins here ---
Index: files/redir.in
===================================================================
RCS file: /home/pcvs/ports/net/redir/files/redir.in,v
retrieving revision 1.2
diff -u -r1.2 redir.in
--- files/redir.in	20 Feb 2006 20:47:29 -0000	1.2
+++ files/redir.in	17 Mar 2006 18:00:27 -0000
@@ -22,10 +22,9 @@
 load_rc_config $name
 
 : ${redir_enable="NO"}
-: ${redir_flags=""}
 
 command=%%PREFIX%%/bin/redir
-command_args="${redir_flags} &"
+command_args="&"
 start_precmd="${name}_flags_check"
 
 redir_flags_check()
--- redir.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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