diff options
Diffstat (limited to 'sysutils/asusoled/files/oled_clock.sh.in')
-rw-r--r-- | sysutils/asusoled/files/oled_clock.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/asusoled/files/oled_clock.sh.in b/sysutils/asusoled/files/oled_clock.sh.in index a8c8c4420bb4..d47d669f0eca 100644 --- a/sysutils/asusoled/files/oled_clock.sh.in +++ b/sysutils/asusoled/files/oled_clock.sh.in @@ -17,7 +17,7 @@ oled_clock_flags=${oled_clock_flags-"-R -i -w -P 1"} . /etc/rc.subr name=oled_clock -rcvar=`set_rcvar` +rcvar=oled_clock_enable start_cmd=oled_clock_start stop_cmd=oled_clock_stop |