r8587 - in /vdr/vdr/trunk/debian: TODO.Debian changelog runvdr
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Apr 30 20:54:53 UTC 2010
Author: tiber-guest
Date: Fri Apr 30 20:54:53 2010
New Revision: 8587
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8587
Log:
Modified runvdr to also (re)load dvb modules not depending on dvb_core*
(Closes: #576337)
Modified:
vdr/vdr/trunk/debian/TODO.Debian
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/runvdr
Modified: vdr/vdr/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/TODO.Debian?rev=8587&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/TODO.Debian (original)
+++ vdr/vdr/trunk/debian/TODO.Debian Fri Apr 30 20:54:53 2010
@@ -4,3 +4,4 @@
TODO: Remove | libcap-dev build dep, if Etch gets uninteresting
TODO: Add option USE_LIRC=yes|no (see http://www.vdr-portal.de/board/thread.php?postid=829057#post829057)
TODO: Get rid of bash in init script, debugvdr and vdrleaktest
+TODO: The runvdr module (re)loading stuff is weird - it was introduced to workaround driver bugs and can probably be removed
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=8587&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Fri Apr 30 20:54:53 2010
@@ -1,3 +1,10 @@
+vdr (1.6.0-17) unstable; urgency=low
+
+ * Modified runvdr to also (re)load dvb modules not depending on dvb_core*
+ (Closes: #576337)
+
+ -- Tobias Grimm <etobi at debian.org> Fri, 30 Apr 2010 22:43:50 +0200
+
vdr (1.6.0-16) unstable; urgency=low
[ Thomas Günther ]
Modified: vdr/vdr/trunk/debian/runvdr
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/runvdr?rev=8587&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/runvdr (original)
+++ vdr/vdr/trunk/debian/runvdr Fri Apr 30 20:54:53 2010
@@ -11,7 +11,7 @@
get_modulenames()
{
- MODULES=`lsmod | awk '/^dvb_core/ {gsub(/,/,"\n", $4); print $4}' | tac`
+ MODULES=`lsmod | awk '/^dvb/ {gsub(/,/,"\n", $4); print $4}' | uniq | tac | grep -v "^$"`
[ "$MODULES" ] && MODULES="$MODULES dvb_core"
}
More information about the pkg-vdr-dvb-changes
mailing list