mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the INSTALL section on retrying shutdown later
This commit is contained in:
parent
dcff08512e
commit
50ff4d3b79
@ -1478,6 +1478,7 @@ Udo Richter <udo_richter@gmx.de>
|
|||||||
or fixing a possible segfault in cSkins::Message()
|
or fixing a possible segfault in cSkins::Message()
|
||||||
for some hints on how to improve handling cPluginManager::Active()
|
for some hints on how to improve handling cPluginManager::Active()
|
||||||
for fixing a possible segfault if VDR gets terminated while a message is displayed
|
for fixing a possible segfault if VDR gets terminated while a message is displayed
|
||||||
|
for reporting an error in the INSTALL section on retrying shutdown later
|
||||||
|
|
||||||
Sven Kreiensen <svenk@kammer.uni-hannover.de>
|
Sven Kreiensen <svenk@kammer.uni-hannover.de>
|
||||||
for his help in keeping 'channels.conf.terr' up to date
|
for his help in keeping 'channels.conf.terr' up to date
|
||||||
|
1
HISTORY
1
HISTORY
@ -5020,3 +5020,4 @@ Video Disk Recorder Revision History
|
|||||||
|
|
||||||
- Fixed a possible segfault if VDR gets terminated while a message is displayed
|
- Fixed a possible segfault if VDR gets terminated while a message is displayed
|
||||||
(thanks to Udo Richter).
|
(thanks to Udo Richter).
|
||||||
|
- Fixed the INSTALL section on retrying shutdown later (reported by Udo Richter).
|
||||||
|
5
INSTALL
5
INSTALL
@ -199,9 +199,8 @@ correspond to a time that is "Min. event timeout" minutes in the future.
|
|||||||
Before the shutdown program is called, the user will be prompted to inform
|
Before the shutdown program is called, the user will be prompted to inform
|
||||||
him that the system is about to shut down. If any remote control key is
|
him that the system is about to shut down. If any remote control key is
|
||||||
pressed while this prompt is visible, the shutdown will be cancelled (and
|
pressed while this prompt is visible, the shutdown will be cancelled (and
|
||||||
tried again after another MinUserInactivity minutes). The shutdown prompt
|
tried again later). The shutdown prompt will be displayed for 5 minutes, which
|
||||||
will be displayed for 5 minutes, which should be enough time for the user
|
should be enough time for the user to react.
|
||||||
to react.
|
|
||||||
|
|
||||||
A sample shell script to be used with the '-s' option might look like this:
|
A sample shell script to be used with the '-s' option might look like this:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user