vdr/vdr/debian plugin-loader.sh
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 06 Nov 2004 19:28:41 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv14329/vdr/vdr/debian
Modified Files:
plugin-loader.sh
Log Message:
* changed plugin-dir in the vdr-call to check the vdr-version to /tmp, because with /dev/null it does not print the vdr-version at all (does anyone know a better dir?)
Index: plugin-loader.sh
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/plugin-loader.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- plugin-loader.sh 17 Oct 2004 16:36:40 -0000 1.19
+++ plugin-loader.sh 6 Nov 2004 19:28:38 -0000 1.20
@@ -16,7 +16,7 @@
local leftout2
local version
- version=`/usr/bin/vdr -V -L/dev/null 2>/dev/null | sed -e 's/.*(\(.*\)).*/\1/'`
+ version=`/usr/bin/vdr -V -L/tmp 2>/dev/null | sed -e 's/.*(\(.*\)).*/\1/'`
test "$version" || version="unknown version"
PLUGINS=""