Date: Tue, 19 Dec 2006 14:50:10 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/106900: [PATCH] net/bounce Message-ID: <200612190550.kBJ5oAv3035590@blg.akavia.ru> Resent-Message-ID: <200612190620.kBJ6KNkX014072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106900 >Category: ports >Synopsis: [PATCH] net/bounce >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 19 06:20:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.1-RELEASE-p3 i386 >Organization: >Environment: >Description: Use %%PREFIX%% in rc_subr script >How-To-Repeat: >Fix: diff -ur /usr/ports/net/bounce/files/bounce.in bounce/files/bounce.in --- /usr/ports/net/bounce/files/bounce.in Fri Nov 10 09:44:59 2006 +++ bounce/files/bounce.in Tue Dec 19 14:39:39 2006 @@ -23,7 +23,7 @@ : ${bounce_enable="NO"} -command="/usr/local/sbin/${name}" +command="%%PREFIX%%/sbin/${name}" start_cmd="bounce_startcmd" bounce_startcmd() >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612190550.kBJ5oAv3035590>