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-graphtft/files/rc-addon.sh

15 lines
347 B

# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/files/rc-addon.sh,v 1.2 2009/10/22 14:26:11 hd_brummy Exp $
#
# rc-addon-script for plugin graphtft & graphtft-fe
#
# Joerg Bornkessel <hd_brummy@g.o>
. /etc/conf.d/vdr.graphtft
plugin_pre_vdr_start() {
: ${GRAPHTFT_DEVICE:=/dev/fb0}
add_plugin_param "-d ${GRAPHTFT_DEVICE}"
}