aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/vdr/rcscript/post-start-50-svdrp.sh')
-rw-r--r--usr/share/vdr/rcscript/post-start-50-svdrp.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/share/vdr/rcscript/post-start-50-svdrp.sh b/usr/share/vdr/rcscript/post-start-50-svdrp.sh
index c21588e..d6038f2 100644
--- a/usr/share/vdr/rcscript/post-start-50-svdrp.sh
+++ b/usr/share/vdr/rcscript/post-start-50-svdrp.sh
@@ -9,12 +9,8 @@ addon_main() {
# we already know vdr failed
[ "${vdr_start_failed}" = "1" ] && return 0
-# if [ "${VDRVERSNUM}" -ge "10715" ]; then
- SVDRP_PORT="${SVDRP_PORT:-6419}"
- logger -t vdr "New default svdrp port 6419!"
-# else
-# SVDRP_PORT="${SVDRP_PORT:-2001}"
-# fi
+ SVDRP_PORT="${SVDRP_PORT:-6419}"
+ logger -t vdr "New default svdrp port 6419!"
SVDRP_HOSTNAME="${SVDRP_HOSTNAME:-localhost}"
[ "${SVDRP_PORT}" = "0" ] && return 0