diff options
Diffstat (limited to 'net/throttled')
-rw-r--r-- | net/throttled/files/throttled.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/throttled/files/throttled.in b/net/throttled/files/throttled.in index ab605bd98c1d..13d794bb3620 100644 --- a/net/throttled/files/throttled.in +++ b/net/throttled/files/throttled.in @@ -8,7 +8,7 @@ . /etc/rc.subr name="throttled" -rcvar=`set_rcvar` +rcvar=throttled_enable start_precmd="throttled_precmd" command="%%PREFIX%%/sbin/throttled-startup" |