From 9c8feea75addb58542e295bd7e4ccaf3d52bc788 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 2 Jan 2007 09:07:17 +0000 Subject: Use %%PREFIX%% in rc_subr script PR: ports/106899 Submitted by: Alexander Logvinov --- net/bounce/files/bounce.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/bounce/files/bounce.in b/net/bounce/files/bounce.in index b0994302c451..44ce9913dd42 100644 --- a/net/bounce/files/bounce.in +++ b/net/bounce/files/bounce.in @@ -23,7 +23,7 @@ load_rc_config $name : ${bounce_enable="NO"} -command="/usr/local/sbin/${name}" +command="%%PREFIX%%/sbin/${name}" start_cmd="bounce_startcmd" bounce_startcmd() -- cgit