1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Use %%PREFIX%% in rc_subr script

PR:		ports/106899
Submitted by:	Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
Martin Wilke 2007-01-02 09:07:17 +00:00
parent 2cc74e54bd
commit 38544a73db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181265

View File

@ -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()