#!/bin/sh case $1 in setkind) . /etc/init.d/rc.functions if [ -n "$DVB_SUNDTEK_KIND" ]; then if [ "$DVB_SUNDTEK_KIND" = "DVBS2" ]; then mediaclient -m $DVB_SUNDTEK_KIND else mediaclient -D $DVB_SUNDTEK_KIND fi fi ;; esac