summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rwxr-xr-xrunvdr-conf.d4
2 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 66d6d39..1e83901 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8,6 +8,7 @@ runvdr extreme Revision History
runvdr.conf.pod for instructions on how to create man-page from it.
- Fix: VDR_CHARSET_OVERRIDE now is correctly exported to the VDR process
- Fix: Fixed problem with closed STDOUT with newer versions of "ps"
+- Fix: runvdr-conf.d fixed for OSDServer 0.1.3. Thanks to iNOB.
2009-06-28: Version 0.4.2
- New: Support -i and --instance of VDR-1.7.4+
diff --git a/runvdr-conf.d b/runvdr-conf.d
index ca97d7f..d183c49 100755
--- a/runvdr-conf.d
+++ b/runvdr-conf.d
@@ -306,8 +306,8 @@ function Osdserver_edit() {
enable="${reply6xx[1]}"
SendCmd "prio.GetValue" || return $false
- [ "${reply6xx[0]}" != 600 ] && return $false
- prio="${reply6xx[1]}"
+ [ "${reply5xx[0]}" != 500 ] && return $false
+ prio="${reply5xx[1]}"
if [ "$enable" == "Yes" ] ; then
Command_Enable "$short" --prio "$prio"