diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bounce/files/bounce.in | 2 |
1 files changed, 1 insertions, 1 deletions
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() |