diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-07-04 11:06:09 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-07-04 11:06:09 +0000 |
commit | 76cc4de23f41882fe887058c20fae5979f5eb2c8 (patch) | |
tree | d57065e8b409ab54501429f6b8d26b6d9160f8f0 /etc | |
parent | Add config-setting to disable usage of the vdr -u option. (diff) | |
download | gentoo-vdr-scripts-76cc4de23f41882fe887058c20fae5979f5eb2c8.tar.gz gentoo-vdr-scripts-76cc4de23f41882fe887058c20fae5979f5eb2c8.tar.bz2 gentoo-vdr-scripts-76cc4de23f41882fe887058c20fae5979f5eb2c8.zip |
Add setting to disable patchlevel check.
svn path=/gentoo-vdr-scripts/trunk/; revision=622
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/vdr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index c0fbcab..c4e43c6 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -184,6 +184,12 @@ LOG="3" # default: yes #DEVICE_CHECK="no" +# check the plugin for patchlevel compatibility with current vdr version +# it will refuse to load a not compatible plugin +# allowed values: yes no +# default: yes +PLUGIN_CHECK_PATCHLEVEL="yes" + # hostname to access vdr with svdrp # (this normaly should not be changed) # allowed values: hostname or ip-address |