summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2013-10-02 17:29:59 +0200
committerManuel Reimer <manuel.reimer@gmx.de>2013-10-02 17:29:59 +0200
commite348695273c0d90639b4036ff23d952447f9d617 (patch)
tree1595f4a6b01ae2584eb57351ed36a2e859b9df50
parent489b45daf674114c30b0bfdd087090f8e99640b1 (diff)
downloadrunvdr-extreme-e348695273c0d90639b4036ff23d952447f9d617.tar.gz
runvdr-extreme-e348695273c0d90639b4036ff23d952447f9d617.tar.bz2
Dropped setterm
* The underlying bug has been fixed with VDR 1.7.10
-rwxr-xr-xrunvdr5
1 files changed, 0 insertions, 5 deletions
diff --git a/runvdr b/runvdr
index 1657d9e..8a7416b 100755
--- a/runvdr
+++ b/runvdr
@@ -39,7 +39,6 @@ KILL="kill"
SLEEP="sleep"
CHVT="chvt"
DATE="date"
-SETTERM="setterm"
# Options summary and conf file entries of runvdr:
#
@@ -106,7 +105,6 @@ which $KILL >/dev/null || { echo missing $KILL... >&2 ; exit 1 ; }
which $SLEEP >/dev/null || { echo missing $SLEEP... >&2 ; exit 1 ; }
which $CHVT >/dev/null || { echo missing $CHVT... >&2 ; exit 1 ; }
which $DATE >/dev/null || { echo missing $DATE... >&2 ; exit 1 ; }
-which $SETTERM >/dev/null || { echo missing $SETTERM... >&2 ; exit 1 ; }
@@ -901,9 +899,6 @@ while (true) do
SHORTRUNTIMES=0
fi
- # Reset terminal status
- [ -n "$TERMINAL" ] && $SETTERM -initialize
-
case "$SIG" in
HUP | INT | QUIT | TERM)
echo -n "Terminating by request at " ; $DATE