Hi Udo,
Udo Richter schrieb:
Hi list,
I've released the first release of my runvdr-extreme package.
Thank you for the nice script.
One fix is necessary:
--- runvdr.orig 2006-10-09 21:30:47.000000000 +0200 +++ runvdr 2006-10-09 21:30:56.000000000 +0200 @@ -413,7 +413,7 @@ [ -n "$SHUTDOWN" ] && VDRCMD="$VDRCMD -s "$SHUTDOWN"" [ -n "$TERMINAL" ] && VDRCMD="$VDRCMD -t "$TERMINAL"" [ -n "$VDRUSER" ] && VDRCMD="$VDRCMD -u "$VDRUSER"" - [ -n "$VFAT" ] && VDRCMD="$VDRCMD -v" + [ -n "$VFAT" ] && VDRCMD="$VDRCMD --vfat" [ -n "$VIDEODIR" ] && VDRCMD="$VDRCMD -v "$VIDEODIR"" [ -n "$WATCHDOG" ] && VDRCMD="$VDRCMD -w $WATCHDOG"
I found only one major difference to the one I've created over time: my script reboots the system if vdr won't proper start 3 times, perhaps you can add such feature, currently your script tries 5 times, then reload modules. Perhaps you could add a toggle to reboot, if reload of modules fails 3 times.
Regards, Peter