diff options
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 |