diff options
Diffstat (limited to 'dns/dnsproxy')
-rw-r--r-- | dns/dnsproxy/files/dnsproxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsproxy/files/dnsproxy.in b/dns/dnsproxy/files/dnsproxy.in index 65815da..e35fd56 100644 --- a/dns/dnsproxy/files/dnsproxy.in +++ b/dns/dnsproxy/files/dnsproxy.in @@ -21,7 +21,7 @@ dnsproxy_enable=${dnsproxy_enable:-"NO"} command_args=${dnsproxy_flags:-"-c %%ETCDIR%%/dnsproxy.conf -d"} -. %%RC_SUBR%% +. /etc/rc.subr name="dnsproxy" rcvar=`set_rcvar` |