diff options
Diffstat (limited to 'net/3proxy/files/3proxy.sh.in')
-rw-r--r-- | net/3proxy/files/3proxy.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/3proxy/files/3proxy.sh.in b/net/3proxy/files/3proxy.sh.in index 977bee5b3c4c..44935f6f9187 100644 --- a/net/3proxy/files/3proxy.sh.in +++ b/net/3proxy/files/3proxy.sh.in @@ -16,7 +16,7 @@ threeproxy_enable=${threeproxy_enable-"NO"} threeproxy_flags=${threeproxy_flags-"%%PREFIX%%/etc/3proxy.cfg"} -. %%RC_SUBR%% +. /etc/rc.subr name="threeproxy" rcvar=`set_rcvar` |