From d16c085d1955d70adfa6e9b9fc29e17dd0942a49 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Sun, 6 Jul 2008 14:46:27 +0000 Subject: Simplified waitfor function. Renamed DEVICE_CHECK to DVB_DEVICE_WAIT. Make timeout non-fatal. svn path=/gentoo-vdr-scripts/trunk/; revision=629 --- etc/conf.d/vdr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index 44555b7..73fbd2b 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -178,11 +178,11 @@ LOG="3" # default: 40 # START_SVDRP_WAIT_SECONDS="40" -# check 5 seconds for existing dvb devices, for example for slow udev -# you need to disable this for systems which only use network input +# wait some time for dvb device nodes to appear, caused for example by slow udev +# you need to disable this for systems which only use network or non-dvb devices # allowed values: yes no # default: yes -#DEVICE_CHECK="no" +#DVB_DEVICE_WAIT="no" # check the plugin for patchlevel compatibility with current vdr version # it will refuse to load a not compatible plugin -- cgit v1.2.3-65-gdbad