You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-imonlcd/files/rc-addon.sh

7 lines
173 B

# $Id$
plugin_pre_vdr_start() {
add_plugin_param "${IMONLCD_DEVICE:+--device ${IMONLCD_DEVICE}}"
add_plugin_param "${IMONLCD_PROTOCOL:+--protocol ${IMONLCD_PROTOCOL}}"
}