Modified the shutdown mechanism, so that the shutdown script is never given a time in the past

This commit is contained in:
Klaus Schmidinger
2006-08-05 10:42:23 +02:00
parent c325fe76ee
commit 8bfe599830
4 changed files with 20 additions and 7 deletions

View File

@@ -4848,3 +4848,9 @@ Video Disk Recorder Revision History
in order to avoid excessive disk access (thanks to Artur Skawina).
- Fixed handling the running status of EPG events before the currently running one,
in case they are added after the current event (cont'd from version 1.4.1-2).
- Modified the shutdown mechanism, so that the shutdown script is never given a
time in the past (reported by Helmut Auer). If a timer is currently recording,
or a recording would start within the next 30 minutes (default for the "Min.
event timeout" setup parameter), and the user insists in shutting down now, the
reboot time given to the shutdown script will correspond to a time that is
"Min. event timeout" minutes (default is 30) in the future.