diff options
Diffstat (limited to 'sysutils/915resolution/files/915resolution.sh.in')
-rw-r--r-- | sysutils/915resolution/files/915resolution.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/915resolution/files/915resolution.sh.in b/sysutils/915resolution/files/915resolution.sh.in index 4f643fc29208..4878ebfa6f07 100644 --- a/sysutils/915resolution/files/915resolution.sh.in +++ b/sysutils/915resolution/files/915resolution.sh.in @@ -23,7 +23,7 @@ i915resolution_height=${i915resolution_height:-"1080"} # the vertical resolutio . /etc/rc.subr name="i915resolution" -rcvar=`set_rcvar` +rcvar=i915resolution_enable command="%%PREFIX%%/sbin/915resolution" start_cmd="${name}_start" stop_cmd=":" |