diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-07-06 14:46:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-07-06 14:46:27 +0000 |
commit | d16c085d1955d70adfa6e9b9fc29e17dd0942a49 (patch) | |
tree | 00926903b663c6c9a28c64465b5a8a0bc25a778d /etc | |
parent | Do not use header-path hardcoded in commands. (diff) | |
download | gentoo-vdr-scripts-d16c085d1955d70adfa6e9b9fc29e17dd0942a49.tar.gz gentoo-vdr-scripts-d16c085d1955d70adfa6e9b9fc29e17dd0942a49.tar.bz2 gentoo-vdr-scripts-d16c085d1955d70adfa6e9b9fc29e17dd0942a49.zip |
Simplified waitfor function. Renamed DEVICE_CHECK to DVB_DEVICE_WAIT. Make timeout non-fatal.
svn path=/gentoo-vdr-scripts/trunk/; revision=629
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/vdr | 6 |
1 files changed, 3 insertions, 3 deletions
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 |