Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > adc71b89727e16d9b88f5dd238a4d4c5 > files > 54

vdr-1.6.0-17mdv2010.1.src.rpm

#!/bin/sh
VDR_CONFIGDIR="/etc/vdr"
VDR_SVDRP_PORT=
SKYEPG_DAYS=
SKYEPG_SOURCE=
. /etc/sysconfig/vdr
. /etc/sysconfig/vdr-sky
ARGS=
[ -n "$SKYEPG_DAYS" ] && ARGS="$ARGS -D $SKYEPG_DAYS" || exit 0
[ -n "$SKYEPG_SOURCE" ] && ARGS="$ARGS -S $SKYEPG_SOURCE"
[ -n "$VDR_SVDRP_PORT" ] && ARGS="$ARGS -p $VDR_SVDRP_PORT"

/usr/bin/getskyepg.pl \
	-c $VDR_CONFIGDIR/plugins/sky/channels.conf.sky \
	$ARGS