diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rwxr-xr-x | runvdr | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ runvdr extreme Revision History ------------------------------- 201x-xx-xx: Version 0.5.0 +- New: If VDRPRG is not given, runvdr-extreme defaults to "vdr" in $PATH - Fix: VDR_CHARSET_OVERRIDE now is correctly exported to the VDR process - Fix: Fixed problem with closed STDOUT with newer versions of "ps" @@ -199,7 +199,7 @@ function Clean() { ADDPARAMS=() PLUGINSETUPCONF= SETUPPLUGINCONF= - VDRPRG= + VDRPRG=vdr SWITCHTERMINAL= XSERVER= RUNVDRPID= |