vdr backup include added

vdr initscript fix if no tuner is present
runvdr-soft error message output
prepared v4l-dvb driver updates as core15
This commit is contained in:
Arne Fitzenreiter
2008-05-08 22:36:14 +02:00
parent ff5ec02a0e
commit 2a8c4fcb50
13 changed files with 533 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ case "${1}" in
if [ ! -e /dev/dvb/adapter0/frontend0 ]; then
boot_mesg "Error! No DVB tuner found."
echo_failure
exit 1;
exit 0;
fi
loadproc screen -dmS vdr /opt/vdr/bin/runvdr
;;