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

@@ -17,7 +17,7 @@ VDRCMD="/bin/nice --11 $VDRPRG -w 60 -c /opt/vdr/etc $PLUGOPTS $*"
KILL="killall -q -TERM"
if [ "$(ps -A | grep " vdr")" != "" ]; then
echo vdr is already running!
echo Error! VDR is already running!
exit 1
fi

View File

@@ -1,3 +1,5 @@
#!/bin/sh
clear
runvdr -P\'softdevice -vo fb:\' > /dev/null 2>&1
runvdr -P\'softdevice -vo fb:\' > /tmp/vdrsoft.log 2>&1
tail /tmp/vdrsoft.log
rm /tmp/vdrsoft.log