Bugzilla – Bug 106054
vdr should not hard depend on dvb
Last modified: 2005-08-22 08:06:36 UTC
vdr works with USB DVB-T receiver, which are handled by hotplug. It is not necessary that the dvb scripts runs before and loads all modules, that could more harm then help. The dvb init script should be a "Should-Start" dependency (the problem is that the loaded modules confuses kdetv and other viewer).
yeah, nowadays hotplug also loads for DVB-S correctly it seems, so the dvb script should be more or less obsolete.
It's also used for setting the av7110 key mapping and it's used by runvdr to reload the dvb drivers when vdr crashes.
deps moved to should-start. I've also changed syslog->earlysyslog to make vdr start sooner.