vdr/vdr-plugin-remote/debian changelog config

Peter Siering pkg-vdr-dvb-changes@lists.alioth.debian.org
Fri, 19 Nov 2004 08:58:34 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-remote/debian
In directory haydn:/tmp/cvs-serv15835/debian

Modified Files:
	changelog config 
Log Message:
stop config from complaining if /proc/bus/input is missing

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-remote/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog	10 Nov 2004 13:50:36 -0000	1.6
+++ changelog	19 Nov 2004 08:58:32 -0000	1.7
@@ -1,3 +1,10 @@
+vdr-plugin-remote (0.3.2-2) unstable; urgency=low
+
+  * Peter Siering <ps@ctmagazin.de>
+    - debian/config no more complains if /proc/bus/input is missing
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Fri, 19 Nov 2004 09:20:00 +0100
+
 vdr-plugin-remote (0.3.2-1) unstable; urgency=low
 
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>

Index: config
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-remote/debian/config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config	20 Oct 2004 19:55:43 -0000	1.3
+++ config	19 Nov 2004 08:58:32 -0000	1.4
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if ! cat /proc/bus/input/handlers | grep -q evdev
+if ! cat /proc/bus/input/handlers 2>/dev/null | grep -q evdev 
 then
 	if ! lsmod | grep -q ^evdev
 	then