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
283 B

# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh,v 1.3 2011/01/28 23:14:02 idl0r Exp $
plugin_pre_vdr_start() {
add_plugin_param "${IMONLCD_DEVICE:+--device ${IMONLCD_DEVICE}}"
add_plugin_param "${IMONLCD_PROTOCOL:+--protocol ${IMONLCD_PROTOCOL}}"
}