diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-02 17:29:59 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-02 17:29:59 +0200 |
commit | e348695273c0d90639b4036ff23d952447f9d617 (patch) | |
tree | 1595f4a6b01ae2584eb57351ed36a2e859b9df50 | |
parent | 489b45daf674114c30b0bfdd087090f8e99640b1 (diff) | |
download | runvdr-extreme-e348695273c0d90639b4036ff23d952447f9d617.tar.gz runvdr-extreme-e348695273c0d90639b4036ff23d952447f9d617.tar.bz2 |
Dropped setterm
* The underlying bug has been fixed with VDR 1.7.10
-rwxr-xr-x | runvdr | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |