diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-03-16 00:45:46 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-03-16 00:45:46 +0100 |
commit | 69d7aebabe305ca69665b9e36add62c948cce5f4 (patch) | |
tree | e60d45a2fa119910b2574e090a745206385f7fe8 /etc | |
parent | Bumped to version 2.0.0_rc1 (diff) | |
download | gentoo-vdr-scripts-69d7aebabe305ca69665b9e36add62c948cce5f4.tar.gz gentoo-vdr-scripts-69d7aebabe305ca69665b9e36add62c948cce5f4.tar.bz2 gentoo-vdr-scripts-69d7aebabe305ca69665b9e36add62c948cce5f4.zip |
better default handling for value EPGFILE, thx to sirwio@vdr-portal.de on #post 1132342
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 37670ce..f9500f0 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -159,8 +159,8 @@ LOG="3" # if FILE is a directory, the default EPG file will be # created in that directory # allowed values: -E-, file/directory names -# default: -E- -#EPGFILE="-E-" +# default: unset, empty string +#EPGFILE="" # activate the (internal to vdr) watchdog timer with # a timeout of SEC seconds (recommended by Klaus Schmidinger) @@ -225,7 +225,7 @@ PLUGIN_CHECK_PATCHLEVEL="yes" # allow core-dumps when using setuid # This helps for debugging crashes # allowed values: yes no -# default:no +# default: no #ALLOW_USERDUMP="yes" # for people who really know what they do |